basepath property

String? basepath
getter/setter pair

URI path prefix used to route to the specified environment.

May contain one or more wildcards. For example, path segments consisting of a single * character will match any string.

Implementation

core.String? basepath;