blob: f1bd26ef5a74b45a7651756fdeda5b595945dfa1 (
plain) (
tree)
|
|
// 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"`
}
|