Skip to content

Latest commit

 

History

History
246 lines (137 loc) · 6.49 KB

TimedAnnotationUpdate.md

File metadata and controls

246 lines (137 loc) · 6.49 KB

TimedAnnotationUpdate

Properties

Name Type Description Notes
EndTime Pointer to NullableInt64 [optional]
Panels Pointer to []string [optional]
StartTime Pointer to NullableInt64 [optional]
Tags Pointer to []string [optional]
Text Pointer to NullableString [optional]
Title Pointer to NullableString [optional]

Methods

NewTimedAnnotationUpdate

func NewTimedAnnotationUpdate() *TimedAnnotationUpdate

NewTimedAnnotationUpdate instantiates a new TimedAnnotationUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewTimedAnnotationUpdateWithDefaults

func NewTimedAnnotationUpdateWithDefaults() *TimedAnnotationUpdate

NewTimedAnnotationUpdateWithDefaults instantiates a new TimedAnnotationUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetEndTime

func (o *TimedAnnotationUpdate) GetEndTime() int64

GetEndTime returns the EndTime field if non-nil, zero value otherwise.

GetEndTimeOk

func (o *TimedAnnotationUpdate) GetEndTimeOk() (*int64, bool)

GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEndTime

func (o *TimedAnnotationUpdate) SetEndTime(v int64)

SetEndTime sets EndTime field to given value.

HasEndTime

func (o *TimedAnnotationUpdate) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

SetEndTimeNil

func (o *TimedAnnotationUpdate) SetEndTimeNil(b bool)

SetEndTimeNil sets the value for EndTime to be an explicit nil

UnsetEndTime

func (o *TimedAnnotationUpdate) UnsetEndTime()

UnsetEndTime ensures that no value is present for EndTime, not even an explicit nil

GetPanels

func (o *TimedAnnotationUpdate) GetPanels() []string

GetPanels returns the Panels field if non-nil, zero value otherwise.

GetPanelsOk

func (o *TimedAnnotationUpdate) GetPanelsOk() (*[]string, bool)

GetPanelsOk returns a tuple with the Panels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPanels

func (o *TimedAnnotationUpdate) SetPanels(v []string)

SetPanels sets Panels field to given value.

HasPanels

func (o *TimedAnnotationUpdate) HasPanels() bool

HasPanels returns a boolean if a field has been set.

SetPanelsNil

func (o *TimedAnnotationUpdate) SetPanelsNil(b bool)

SetPanelsNil sets the value for Panels to be an explicit nil

UnsetPanels

func (o *TimedAnnotationUpdate) UnsetPanels()

UnsetPanels ensures that no value is present for Panels, not even an explicit nil

GetStartTime

func (o *TimedAnnotationUpdate) GetStartTime() int64

GetStartTime returns the StartTime field if non-nil, zero value otherwise.

GetStartTimeOk

func (o *TimedAnnotationUpdate) GetStartTimeOk() (*int64, bool)

GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStartTime

func (o *TimedAnnotationUpdate) SetStartTime(v int64)

SetStartTime sets StartTime field to given value.

HasStartTime

func (o *TimedAnnotationUpdate) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

SetStartTimeNil

func (o *TimedAnnotationUpdate) SetStartTimeNil(b bool)

SetStartTimeNil sets the value for StartTime to be an explicit nil

UnsetStartTime

func (o *TimedAnnotationUpdate) UnsetStartTime()

UnsetStartTime ensures that no value is present for StartTime, not even an explicit nil

GetTags

func (o *TimedAnnotationUpdate) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *TimedAnnotationUpdate) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTags

func (o *TimedAnnotationUpdate) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *TimedAnnotationUpdate) HasTags() bool

HasTags returns a boolean if a field has been set.

SetTagsNil

func (o *TimedAnnotationUpdate) SetTagsNil(b bool)

SetTagsNil sets the value for Tags to be an explicit nil

UnsetTags

func (o *TimedAnnotationUpdate) UnsetTags()

UnsetTags ensures that no value is present for Tags, not even an explicit nil

GetText

func (o *TimedAnnotationUpdate) GetText() string

GetText returns the Text field if non-nil, zero value otherwise.

GetTextOk

func (o *TimedAnnotationUpdate) GetTextOk() (*string, bool)

GetTextOk returns a tuple with the Text field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetText

func (o *TimedAnnotationUpdate) SetText(v string)

SetText sets Text field to given value.

HasText

func (o *TimedAnnotationUpdate) HasText() bool

HasText returns a boolean if a field has been set.

SetTextNil

func (o *TimedAnnotationUpdate) SetTextNil(b bool)

SetTextNil sets the value for Text to be an explicit nil

UnsetText

func (o *TimedAnnotationUpdate) UnsetText()

UnsetText ensures that no value is present for Text, not even an explicit nil

GetTitle

func (o *TimedAnnotationUpdate) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *TimedAnnotationUpdate) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTitle

func (o *TimedAnnotationUpdate) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *TimedAnnotationUpdate) HasTitle() bool

HasTitle returns a boolean if a field has been set.

SetTitleNil

func (o *TimedAnnotationUpdate) SetTitleNil(b bool)

SetTitleNil sets the value for Title to be an explicit nil

UnsetTitle

func (o *TimedAnnotationUpdate) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]