blob: 375fd93040b9c98df1b9b8914c77e9e2f364e4e2 (
plain) (
tree)
|
|
// 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"`
}
|