summaryrefslogblamecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumAttendee.go
blob: 25b5cec12338c8cda1249b7f3c21df3b6a6ed01a (plain) (tree)




























                                                                      
// Code generated by msgraph-generate.go 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
)