urlPattern property
The URL pattern to match against the URL of the request.
If not set or empty, it matches all URLs. This uses the regular expression syntax of java.util.regex.Pattern.
Implementation
core.String? urlPattern;
The URL pattern to match against the URL of the request.
If not set or empty, it matches all URLs. This uses the regular expression syntax of java.util.regex.Pattern.
core.String? urlPattern;