exactMatch property

String? exactMatch
getter/setter pair

The value of the query parameter must exactly match the contents of exact_match.

Only one of exact_match, regex_match, or present_match must be set.

Implementation

core.String? exactMatch;