mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 08:40:29 +00:00
31 lines
1.1 KiB
Go
31 lines
1.1 KiB
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// FollowupFlagStatus undocumented
|
|
type FollowupFlagStatus string
|
|
|
|
const (
|
|
// FollowupFlagStatusVNotFlagged undocumented
|
|
FollowupFlagStatusVNotFlagged FollowupFlagStatus = "notFlagged"
|
|
// FollowupFlagStatusVComplete undocumented
|
|
FollowupFlagStatusVComplete FollowupFlagStatus = "complete"
|
|
// FollowupFlagStatusVFlagged undocumented
|
|
FollowupFlagStatusVFlagged FollowupFlagStatus = "flagged"
|
|
)
|
|
|
|
var (
|
|
// FollowupFlagStatusPNotFlagged is a pointer to FollowupFlagStatusVNotFlagged
|
|
FollowupFlagStatusPNotFlagged = &_FollowupFlagStatusPNotFlagged
|
|
// FollowupFlagStatusPComplete is a pointer to FollowupFlagStatusVComplete
|
|
FollowupFlagStatusPComplete = &_FollowupFlagStatusPComplete
|
|
// FollowupFlagStatusPFlagged is a pointer to FollowupFlagStatusVFlagged
|
|
FollowupFlagStatusPFlagged = &_FollowupFlagStatusPFlagged
|
|
)
|
|
|
|
var (
|
|
_FollowupFlagStatusPNotFlagged = FollowupFlagStatusVNotFlagged
|
|
_FollowupFlagStatusPComplete = FollowupFlagStatusVComplete
|
|
_FollowupFlagStatusPFlagged = FollowupFlagStatusVFlagged
|
|
)
|