match property
Match logic of the filter. Possible string values are:
- "UNKNOWN" : Default value when match is not specified or is unknown in this version.
- "EXACT" : Matches a value exactly.
- "PARTIAL" : Matches a value partially.
- "BEGINS_WITH" : Begins with a value.
- "WILDCARD_EXPRESSION" : Matches a value, utilizing wildcard character logic in the value.
Implementation
core.String? match;