diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ExpressionEvaluationDetailsModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/ExpressionEvaluationDetailsModel.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ExpressionEvaluationDetailsModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ExpressionEvaluationDetailsModel.go deleted file mode 100644 index ac17f9f2..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/ExpressionEvaluationDetailsModel.go +++ /dev/null @@ -1,17 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// ExpressionEvaluationDetails undocumented -type ExpressionEvaluationDetails struct { - // Object is the base model of ExpressionEvaluationDetails - Object - // ExpressionResult undocumented - ExpressionResult *bool `json:"expressionResult,omitempty"` - // Expression undocumented - Expression *string `json:"expression,omitempty"` - // ExpressionEvaluationDetails undocumented - ExpressionEvaluationDetails []ExpressionEvaluationDetails `json:"expressionEvaluationDetails,omitempty"` - // PropertyToEvaluate undocumented - PropertyToEvaluate *PropertyToEvaluate `json:"propertyToEvaluate,omitempty"` -} |