type property
The type of this phrase match rule group.
Required. Possible string values are:
- "PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED" : Unspecified.
- "ALL_OF" : Must meet all phrase match rules or there is no match.
- "ANY_OF" : If any of the phrase match rules are met, there is a match.
Implementation
core.String? type;