5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 13:42:30 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelBinary.go

16 lines
752 B
Go
Raw Normal View History

2020-09-04 21:29:13 +00:00
// Code generated by msgraph.go/gen 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"`
}