prefixMatch property
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;
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.
core.String? prefixMatch;