basepath property
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;
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.
core.String? basepath;