Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.49 KB

File metadata and controls

51 lines (28 loc) · 1.49 KB

MeetingEndAnyOf1

Properties

Name Type Description Notes
Date string If an all day event, a date representing when the meeting ends.

Methods

NewMeetingEndAnyOf1

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

NewMeetingEndAnyOf1WithDefaults

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

GetDate

func (o *MeetingEndAnyOf1) GetDate() string

GetDate returns the Date field if non-nil, zero value otherwise.

GetDateOk

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.

SetDate

func (o *MeetingEndAnyOf1) SetDate(v string)

SetDate sets Date field to given value.

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