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