summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelAttendee.go
blob: 2d09290a7984c76030a158550b192c67280ba0b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// Attendee undocumented
type Attendee struct {
	// AttendeeBase is the base model of Attendee
	AttendeeBase
	// Status undocumented
	Status *ResponseStatus `json:"status,omitempty"`
	// ProposedNewTime undocumented
	ProposedNewTime *TimeSlot `json:"proposedNewTime,omitempty"`
}

// AttendeeAvailability undocumented
type AttendeeAvailability struct {
	// Object is the base model of AttendeeAvailability
	Object
	// Attendee undocumented
	Attendee *AttendeeBase `json:"attendee,omitempty"`
	// Availability undocumented
	Availability *FreeBusyStatus `json:"availability,omitempty"`
}

// AttendeeBase undocumented
type AttendeeBase struct {
	// Recipient is the base model of AttendeeBase
	Recipient
	// Type undocumented
	Type *AttendeeType `json:"type,omitempty"`
}