pathMatchPosition property
Determines how the 'value' field is matched when filtering.
If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch') allow a matchType other than EXACT. Possible string values are:
- "PATH_MATCH_POSITION_UNSPECIFIED"
- "ANY"
- "FIRST"
- "LAST"
Implementation
core.String? pathMatchPosition;