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