dispatchRules property

List<UrlDispatchRule>? dispatchRules
getter/setter pair

HTTP path dispatch rules for requests to the application that do not explicitly target a service or version.

Rules are order-dependent. Up to 20 dispatch rules can be supported.

Implementation

core.List<UrlDispatchRule>? dispatchRules;