blob: bc2dbf08b9c3d4251014f54e7af8f6a6089a6736 (
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
// 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"`
}
|