// Code generated by msgraph.go/gen DO NOT EDIT. package msgraph // AttendeeType undocumented type AttendeeType string const ( // AttendeeTypeVRequired undocumented AttendeeTypeVRequired AttendeeType = "required" // AttendeeTypeVOptional undocumented AttendeeTypeVOptional AttendeeType = "optional" // AttendeeTypeVResource undocumented AttendeeTypeVResource AttendeeType = "resource" ) var ( // AttendeeTypePRequired is a pointer to AttendeeTypeVRequired AttendeeTypePRequired = &_AttendeeTypePRequired // AttendeeTypePOptional is a pointer to AttendeeTypeVOptional AttendeeTypePOptional = &_AttendeeTypePOptional // AttendeeTypePResource is a pointer to AttendeeTypeVResource AttendeeTypePResource = &_AttendeeTypePResource ) var ( _AttendeeTypePRequired = AttendeeTypeVRequired _AttendeeTypePOptional = AttendeeTypeVOptional _AttendeeTypePResource = AttendeeTypeVResource )