rules property

List<HttpRouteRouteRule>? rules
getter/setter pair

Rules that define how traffic is routed and handled.

Rules will be matched sequentially based on the RouteMatch specified for the rule.

Required.

Implementation

core.List<HttpRouteRouteRule>? rules;