fullPathMatch property

String? fullPathMatch
getter/setter pair

The HTTP request path value should exactly match this value.

Only one of full_path_match, prefix_match, or regex_match should be used.

Implementation

core.String? fullPathMatch;