urlPattern property

String? urlPattern
getter/setter pair

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;