exactMatch property

String? exactMatch
getter/setter pair

The queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch.

Only one of presentMatch, exactMatch, or regexMatch must be set.

Implementation

core.String? exactMatch;