rules property

  1. @TagNumber.new(6)
List<HttpRoute_RouteRule> get rules

Required. Rules that define how traffic is routed and handled. Rules will be matched sequentially based on the RouteMatch specified for the rule.

Implementation

@$pb.TagNumber(6)
$core.List<HttpRoute_RouteRule> get rules => $_getList(5);