exactMatch property
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;
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.
core.String? exactMatch;