blob: 375fd93040b9c98df1b9b8914c77e9e2f364e4e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go 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"`
}
|