github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelUnary.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // UnaryManagementConditionExpression undocumented
     6  type UnaryManagementConditionExpression struct {
     7  	// ManagementConditionExpressionModel is the base model of UnaryManagementConditionExpression
     8  	ManagementConditionExpressionModel
     9  	// Operator The operator used in the evaluation of the unary operation.
    10  	Operator *UnaryManagementConditionExpressionOperatorType `json:"operator,omitempty"`
    11  	// Operand The operand of the unary operation.
    12  	Operand *ManagementConditionExpressionModel `json:"operand,omitempty"`
    13  }