prefixMatch property

String? prefixMatch
getter/setter pair

The HTTP request path value must begin with specified prefix_match.

prefix_match must begin with a /. Only one of full_path_match, prefix_match, or regex_match should be used.

Implementation

core.String? prefixMatch;