exactMatch property

String? exactMatch
getter/setter pair

The value should exactly match contents of exactMatch.

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

Implementation

core.String? exactMatch;