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] |
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
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
func (o *TimedAnnotationUpdate) GetEndTime() int64
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
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.
func (o *TimedAnnotationUpdate) SetEndTime(v int64)
SetEndTime sets EndTime field to given value.
func (o *TimedAnnotationUpdate) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (o *TimedAnnotationUpdate) SetEndTimeNil(b bool)
SetEndTimeNil sets the value for EndTime to be an explicit nil
func (o *TimedAnnotationUpdate) UnsetEndTime()
UnsetEndTime ensures that no value is present for EndTime, not even an explicit nil
func (o *TimedAnnotationUpdate) GetPanels() []string
GetPanels returns the Panels field if non-nil, zero value otherwise.
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.
func (o *TimedAnnotationUpdate) SetPanels(v []string)
SetPanels sets Panels field to given value.
func (o *TimedAnnotationUpdate) HasPanels() bool
HasPanels returns a boolean if a field has been set.
func (o *TimedAnnotationUpdate) SetPanelsNil(b bool)
SetPanelsNil sets the value for Panels to be an explicit nil
func (o *TimedAnnotationUpdate) UnsetPanels()
UnsetPanels ensures that no value is present for Panels, not even an explicit nil
func (o *TimedAnnotationUpdate) GetStartTime() int64
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
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.
func (o *TimedAnnotationUpdate) SetStartTime(v int64)
SetStartTime sets StartTime field to given value.
func (o *TimedAnnotationUpdate) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (o *TimedAnnotationUpdate) SetStartTimeNil(b bool)
SetStartTimeNil sets the value for StartTime to be an explicit nil
func (o *TimedAnnotationUpdate) UnsetStartTime()
UnsetStartTime ensures that no value is present for StartTime, not even an explicit nil
func (o *TimedAnnotationUpdate) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
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.
func (o *TimedAnnotationUpdate) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *TimedAnnotationUpdate) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *TimedAnnotationUpdate) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *TimedAnnotationUpdate) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *TimedAnnotationUpdate) GetText() string
GetText returns the Text field if non-nil, zero value otherwise.
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.
func (o *TimedAnnotationUpdate) SetText(v string)
SetText sets Text field to given value.
func (o *TimedAnnotationUpdate) HasText() bool
HasText returns a boolean if a field has been set.
func (o *TimedAnnotationUpdate) SetTextNil(b bool)
SetTextNil sets the value for Text to be an explicit nil
func (o *TimedAnnotationUpdate) UnsetText()
UnsetText ensures that no value is present for Text, not even an explicit nil
func (o *TimedAnnotationUpdate) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *TimedAnnotationUpdate) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *TimedAnnotationUpdate) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *TimedAnnotationUpdate) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *TimedAnnotationUpdate) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil