Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
20
vendor/github.com/yaegashi/msgraph.go/beta/EnumUnary.go
generated
vendored
Normal file
20
vendor/github.com/yaegashi/msgraph.go/beta/EnumUnary.go
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// UnaryManagementConditionExpressionOperatorType undocumented
|
||||
type UnaryManagementConditionExpressionOperatorType string
|
||||
|
||||
const (
|
||||
// UnaryManagementConditionExpressionOperatorTypeVNot undocumented
|
||||
UnaryManagementConditionExpressionOperatorTypeVNot UnaryManagementConditionExpressionOperatorType = "not"
|
||||
)
|
||||
|
||||
var (
|
||||
// UnaryManagementConditionExpressionOperatorTypePNot is a pointer to UnaryManagementConditionExpressionOperatorTypeVNot
|
||||
UnaryManagementConditionExpressionOperatorTypePNot = &_UnaryManagementConditionExpressionOperatorTypePNot
|
||||
)
|
||||
|
||||
var (
|
||||
_UnaryManagementConditionExpressionOperatorTypePNot = UnaryManagementConditionExpressionOperatorTypeVNot
|
||||
)
|
||||
Reference in New Issue
Block a user