destination property
The destination the requests will be mirrored to. The weight of the destination will be ignored.
Implementation
@$pb.TagNumber(1)
HttpRoute_Destination get destination => $_getN(0);
Implementation
@$pb.TagNumber(1)
set destination(HttpRoute_Destination v) {
setField(1, v);
}