blob: f0521818e16bbaef757e892ddb69290158988e67 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AttendeeBase undocumented
type AttendeeBase struct {
// Recipient is the base model of AttendeeBase
Recipient
// Type undocumented
Type *AttendeeType `json:"type,omitempty"`
}
|