presentMatch property

bool? presentMatch
getter/setter pair

Specifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of whether the parameter has a value or not.

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

Implementation

core.bool? presentMatch;