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