EvaluationState(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Evaluated state of a condition expression.
Attributes |
|
---|---|
Name | Description |
start |
int
Start position of an expression in the condition, by character. |
end |
int
End position of an expression in the condition, by character, end included, for example: the end position of the first part of a==b || c==d would be 4.
|
value |
google.protobuf.struct_pb2.Value
Value of this expression. |
errors |
MutableSequence[google.rpc.status_pb2.Status]
Any errors that prevented complete evaluation of the condition expression. |