You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelParse.go

20 lines
685 B
Go

// Code generated by msgraph.go/gen 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"`
}