Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
25
vendor/github.com/yaegashi/msgraph.go/beta/EnumBinary.go
generated
vendored
Normal file
25
vendor/github.com/yaegashi/msgraph.go/beta/EnumBinary.go
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// BinaryManagementConditionExpressionOperatorType undocumented
|
||||
type BinaryManagementConditionExpressionOperatorType string
|
||||
|
||||
const (
|
||||
// BinaryManagementConditionExpressionOperatorTypeVOr undocumented
|
||||
BinaryManagementConditionExpressionOperatorTypeVOr BinaryManagementConditionExpressionOperatorType = "or"
|
||||
// BinaryManagementConditionExpressionOperatorTypeVAnd undocumented
|
||||
BinaryManagementConditionExpressionOperatorTypeVAnd BinaryManagementConditionExpressionOperatorType = "and"
|
||||
)
|
||||
|
||||
var (
|
||||
// BinaryManagementConditionExpressionOperatorTypePOr is a pointer to BinaryManagementConditionExpressionOperatorTypeVOr
|
||||
BinaryManagementConditionExpressionOperatorTypePOr = &_BinaryManagementConditionExpressionOperatorTypePOr
|
||||
// BinaryManagementConditionExpressionOperatorTypePAnd is a pointer to BinaryManagementConditionExpressionOperatorTypeVAnd
|
||||
BinaryManagementConditionExpressionOperatorTypePAnd = &_BinaryManagementConditionExpressionOperatorTypePAnd
|
||||
)
|
||||
|
||||
var (
|
||||
_BinaryManagementConditionExpressionOperatorTypePOr = BinaryManagementConditionExpressionOperatorTypeVOr
|
||||
_BinaryManagementConditionExpressionOperatorTypePAnd = BinaryManagementConditionExpressionOperatorTypeVAnd
|
||||
)
|
||||
Reference in New Issue
Block a user