presentMatch property
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;