action property
The detailed rule defining how to route matched traffic.
Implementation
@$pb.TagNumber(2)
HttpRoute_RouteAction get action => $_getN(1);
Implementation
@$pb.TagNumber(2)
set action(HttpRoute_RouteAction v) {
setField(2, v);
}
The detailed rule defining how to route matched traffic.
@$pb.TagNumber(2)
HttpRoute_RouteAction get action => $_getN(1);
@$pb.TagNumber(2)
set action(HttpRoute_RouteAction v) {
setField(2, v);
}