You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumAttendee.go

31 lines
897 B
Go

// 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
)