mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 06:32:31 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
15
vendor/github.com/yaegashi/msgraph.go/beta/ModelBinary.go
generated
vendored
Normal file
15
vendor/github.com/yaegashi/msgraph.go/beta/ModelBinary.go
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// BinaryManagementConditionExpression undocumented
|
||||
type BinaryManagementConditionExpression struct {
|
||||
// ManagementConditionExpressionModel is the base model of BinaryManagementConditionExpression
|
||||
ManagementConditionExpressionModel
|
||||
// Operator The operator used in the evaluation of the binary operation.
|
||||
Operator *BinaryManagementConditionExpressionOperatorType `json:"operator,omitempty"`
|
||||
// FirstOperand The first operand of the binary operation.
|
||||
FirstOperand *ManagementConditionExpressionModel `json:"firstOperand,omitempty"`
|
||||
// SecondOperand The second operand of the binary operation.
|
||||
SecondOperand *ManagementConditionExpressionModel `json:"secondOperand,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user