prefixMatch property

String? prefixMatch
getter/setter pair

The value of the header must start with the contents of prefixMatch.

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

Implementation

core.String? prefixMatch;