summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelBinary.go
blob: 114efb6119b0274684f777b26a4e1143e7f0d717 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"`
}