summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/AttendeeAvailabilityModel.go
blob: f1bd26ef5a74b45a7651756fdeda5b595945dfa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// 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"`
}