summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ParseExpressionResponseModel.go
blob: cad8b8b25d43088bd686a2dbed9f61a27b3609f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// ParseExpressionResponse undocumented
type ParseExpressionResponse struct {
	// Object is the base model of ParseExpressionResponse
	Object
	// Error undocumented
	Error *PublicError `json:"error,omitempty"`
	// EvaluationSucceeded undocumented
	EvaluationSucceeded *bool `json:"evaluationSucceeded,omitempty"`
	// EvaluationResult undocumented
	EvaluationResult []string `json:"evaluationResult,omitempty"`
	// ParsedExpression undocumented
	ParsedExpression *AttributeMappingSource `json:"parsedExpression,omitempty"`
	// ParsingSucceeded undocumented
	ParsingSucceeded *bool `json:"parsingSucceeded,omitempty"`
}