rules property
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;
Rules that define how traffic is routed and handled.
Rules will be matched sequentially based on the RouteMatch specified for the rule.
Required.
core.List<HttpRouteRouteRule>? rules;