| Name | Type | Description | Notes |
|---|---|---|---|
| Date | string | If an all day event, a date representing when the meeting ends. |
func NewMeetingEndAnyOf1(date string, ) *MeetingEndAnyOf1
NewMeetingEndAnyOf1 instantiates a new MeetingEndAnyOf1 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 NewMeetingEndAnyOf1WithDefaults() *MeetingEndAnyOf1
NewMeetingEndAnyOf1WithDefaults instantiates a new MeetingEndAnyOf1 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 *MeetingEndAnyOf1) GetDate() string
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *MeetingEndAnyOf1) 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 *MeetingEndAnyOf1) SetDate(v string)
SetDate sets Date field to given value.