| 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] |
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
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
func (o *V2MeetingsPostRequestDataStartAnyOf) GetDatetime() time.Time
GetDatetime returns the Datetime field if non-nil, zero value otherwise.
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.
func (o *V2MeetingsPostRequestDataStartAnyOf) SetDatetime(v time.Time)
SetDatetime sets Datetime field to given value.
func (o *V2MeetingsPostRequestDataStartAnyOf) GetTimezone() string
GetTimezone returns the Timezone field if non-nil, zero value otherwise.
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.
func (o *V2MeetingsPostRequestDataStartAnyOf) SetTimezone(v string)
SetTimezone sets Timezone field to given value.
func (o *V2MeetingsPostRequestDataStartAnyOf) HasTimezone() bool
HasTimezone returns a boolean if a field has been set.
func (o *V2MeetingsPostRequestDataStartAnyOf) SetTimezoneNil(b bool)
SetTimezoneNil sets the value for Timezone to be an explicit nil
func (o *V2MeetingsPostRequestDataStartAnyOf) UnsetTimezone()
UnsetTimezone ensures that no value is present for Timezone, not even an explicit nil