mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
46 lines
1.7 KiB
Go
46 lines
1.7 KiB
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// FreeBusyStatus undocumented
|
||
|
type FreeBusyStatus string
|
||
|
|
||
|
const (
|
||
|
// FreeBusyStatusVFree undocumented
|
||
|
FreeBusyStatusVFree FreeBusyStatus = "free"
|
||
|
// FreeBusyStatusVTentative undocumented
|
||
|
FreeBusyStatusVTentative FreeBusyStatus = "tentative"
|
||
|
// FreeBusyStatusVBusy undocumented
|
||
|
FreeBusyStatusVBusy FreeBusyStatus = "busy"
|
||
|
// FreeBusyStatusVOof undocumented
|
||
|
FreeBusyStatusVOof FreeBusyStatus = "oof"
|
||
|
// FreeBusyStatusVWorkingElsewhere undocumented
|
||
|
FreeBusyStatusVWorkingElsewhere FreeBusyStatus = "workingElsewhere"
|
||
|
// FreeBusyStatusVUnknown undocumented
|
||
|
FreeBusyStatusVUnknown FreeBusyStatus = "unknown"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// FreeBusyStatusPFree is a pointer to FreeBusyStatusVFree
|
||
|
FreeBusyStatusPFree = &_FreeBusyStatusPFree
|
||
|
// FreeBusyStatusPTentative is a pointer to FreeBusyStatusVTentative
|
||
|
FreeBusyStatusPTentative = &_FreeBusyStatusPTentative
|
||
|
// FreeBusyStatusPBusy is a pointer to FreeBusyStatusVBusy
|
||
|
FreeBusyStatusPBusy = &_FreeBusyStatusPBusy
|
||
|
// FreeBusyStatusPOof is a pointer to FreeBusyStatusVOof
|
||
|
FreeBusyStatusPOof = &_FreeBusyStatusPOof
|
||
|
// FreeBusyStatusPWorkingElsewhere is a pointer to FreeBusyStatusVWorkingElsewhere
|
||
|
FreeBusyStatusPWorkingElsewhere = &_FreeBusyStatusPWorkingElsewhere
|
||
|
// FreeBusyStatusPUnknown is a pointer to FreeBusyStatusVUnknown
|
||
|
FreeBusyStatusPUnknown = &_FreeBusyStatusPUnknown
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_FreeBusyStatusPFree = FreeBusyStatusVFree
|
||
|
_FreeBusyStatusPTentative = FreeBusyStatusVTentative
|
||
|
_FreeBusyStatusPBusy = FreeBusyStatusVBusy
|
||
|
_FreeBusyStatusPOof = FreeBusyStatusVOof
|
||
|
_FreeBusyStatusPWorkingElsewhere = FreeBusyStatusVWorkingElsewhere
|
||
|
_FreeBusyStatusPUnknown = FreeBusyStatusVUnknown
|
||
|
)
|