fullPathMatch property
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;
The HTTP request path value should exactly match this value.
Only one of full_path_match, prefix_match, or regex_match should be used.
core.String? fullPathMatch;