mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 11:00:27 +00:00
20 lines
690 B
Go
20 lines
690 B
Go
// 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"`
|
|
}
|