| Name | Type | Description | Notes |
|---|---|---|---|
| Date | string | An ISO 8601 date indicating when an all day meeting starts. |
func NewV2MeetingsPostRequestDataStartAnyOf1(date string, ) *V2MeetingsPostRequestDataStartAnyOf1
NewV2MeetingsPostRequestDataStartAnyOf1 instantiates a new V2MeetingsPostRequestDataStartAnyOf1 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 NewV2MeetingsPostRequestDataStartAnyOf1WithDefaults() *V2MeetingsPostRequestDataStartAnyOf1
NewV2MeetingsPostRequestDataStartAnyOf1WithDefaults instantiates a new V2MeetingsPostRequestDataStartAnyOf1 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 *V2MeetingsPostRequestDataStartAnyOf1) GetDate() string
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *V2MeetingsPostRequestDataStartAnyOf1) GetDateOk() (*string, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2MeetingsPostRequestDataStartAnyOf1) SetDate(v string)
SetDate sets Date field to given value.