diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumAttendee.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/EnumAttendee.go | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EnumAttendee.go b/vendor/github.com/yaegashi/msgraph.go/beta/EnumAttendee.go new file mode 100644 index 00000000..25b5cec1 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/EnumAttendee.go @@ -0,0 +1,30 @@ +// 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 +) |