matchType property
Specifies if the step immediately precedes or can be any time before the next step. Possible string values are:
- "UNSPECIFIED_MATCH_TYPE" : Unspecified match type is treated as precedes.
- "PRECEDES" : Operator indicates that the previous step precedes the next step.
- "IMMEDIATELY_PRECEDES" : Operator indicates that the previous step immediately precedes the next step.
Implementation
core.String? matchType;