summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelVariable.go
blob: 3d8ed344df50dfa35cb6788366d8467b6a620088 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// VariableManagementConditionExpression undocumented
type VariableManagementConditionExpression struct {
	// ManagementConditionExpressionModel is the base model of VariableManagementConditionExpression
	ManagementConditionExpressionModel
	// ManagementConditionID The management condition id that is used to evaluate the expression.
	ManagementConditionID *string `json:"managementConditionId,omitempty"`
}