pathMatchPosition property
The position of the path the filter should match to (first, last, or any event in path). Possible string values are:
- "PATH_MATCH_POSITION_UNSPECIFIED" : Default value when path match position is not specified or is unknown in this version.
- "ANY" : Any position in the path.
- "FIRST" : The first position in the path.
- "LAST" : The last position in the path.
Implementation
core.String? pathMatchPosition;