diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelBinary.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelBinary.go | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelBinary.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelBinary.go new file mode 100644 index 0000000..95841c9 --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelBinary.go @@ -0,0 +1,15 @@ +// 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"` +} |
