action property

  1. @TagNumber.new(2)
HttpRoute_RouteAction get action

The detailed rule defining how to route matched traffic.

Implementation

@$pb.TagNumber(2)
HttpRoute_RouteAction get action => $_getN(1);
  1. @TagNumber.new(2)
set action (HttpRoute_RouteAction v)

Implementation

@$pb.TagNumber(2)
set action(HttpRoute_RouteAction v) {
  setField(2, v);
}