2020-09-04 21:29:13 +00:00
|
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
|
2019-12-26 22:12:28 +00:00
|
|
|
|
|
|
|
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"`
|
|
|
|
}
|