Skip to content

Latest commit

 

History

History
87 lines (48 loc) · 3.2 KB

File metadata and controls

87 lines (48 loc) · 3.2 KB

V2MeetingsPostRequestDataStartAnyOf

Properties

Name Type Description Notes
Datetime time.Time An ISO 8601 datetime indicating when a non-all day meeting starts.
Timezone Pointer to NullableString The IANA timezone the meeting starts in. If a datetime value is provided without an offset, this timezone will be used to convert the datetime to UTC using the timezone offset. If a datetime value is provided with an offset, this timezone will not be used to apply any additional offset to the datetime. Invalid timezones will be treated as UTC. [optional]

Methods

NewV2MeetingsPostRequestDataStartAnyOf

func NewV2MeetingsPostRequestDataStartAnyOf(datetime time.Time, ) *V2MeetingsPostRequestDataStartAnyOf

NewV2MeetingsPostRequestDataStartAnyOf instantiates a new V2MeetingsPostRequestDataStartAnyOf 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

NewV2MeetingsPostRequestDataStartAnyOfWithDefaults

func NewV2MeetingsPostRequestDataStartAnyOfWithDefaults() *V2MeetingsPostRequestDataStartAnyOf

NewV2MeetingsPostRequestDataStartAnyOfWithDefaults instantiates a new V2MeetingsPostRequestDataStartAnyOf 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

GetDatetime

func (o *V2MeetingsPostRequestDataStartAnyOf) GetDatetime() time.Time

GetDatetime returns the Datetime field if non-nil, zero value otherwise.

GetDatetimeOk

func (o *V2MeetingsPostRequestDataStartAnyOf) GetDatetimeOk() (*time.Time, bool)

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

SetDatetime

func (o *V2MeetingsPostRequestDataStartAnyOf) SetDatetime(v time.Time)

SetDatetime sets Datetime field to given value.

GetTimezone

func (o *V2MeetingsPostRequestDataStartAnyOf) GetTimezone() string

GetTimezone returns the Timezone field if non-nil, zero value otherwise.

GetTimezoneOk

func (o *V2MeetingsPostRequestDataStartAnyOf) GetTimezoneOk() (*string, bool)

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

SetTimezone

func (o *V2MeetingsPostRequestDataStartAnyOf) SetTimezone(v string)

SetTimezone sets Timezone field to given value.

HasTimezone

func (o *V2MeetingsPostRequestDataStartAnyOf) HasTimezone() bool

HasTimezone returns a boolean if a field has been set.

SetTimezoneNil

func (o *V2MeetingsPostRequestDataStartAnyOf) SetTimezoneNil(b bool)

SetTimezoneNil sets the value for Timezone to be an explicit nil

UnsetTimezone

func (o *V2MeetingsPostRequestDataStartAnyOf) UnsetTimezone()

UnsetTimezone ensures that no value is present for Timezone, not even an explicit nil

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