summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumPriority.go
blob: 7a522a2a839f03d7cbece5397ebb469f3133940c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// Priority undocumented
type Priority string

const (
	// PriorityVNone undocumented
	PriorityVNone Priority = "None"
	// PriorityVHigh undocumented
	PriorityVHigh Priority = "High"
	// PriorityVLow undocumented
	PriorityVLow Priority = "Low"
)

var (
	// PriorityPNone is a pointer to PriorityVNone
	PriorityPNone = &_PriorityPNone
	// PriorityPHigh is a pointer to PriorityVHigh
	PriorityPHigh = &_PriorityPHigh
	// PriorityPLow is a pointer to PriorityVLow
	PriorityPLow = &_PriorityPLow
)

var (
	_PriorityPNone = PriorityVNone
	_PriorityPHigh = PriorityVHigh
	_PriorityPLow  = PriorityVLow
)