maxThroughputKbps property

  1. @TagNumber(2)
int maxThroughputKbps

The amount of traffic per second that can be exercised in KiB

Implementation

@$pb.TagNumber(2)
$core.int get maxThroughputKbps => $_getIZ(1);
  1. @TagNumber(2)
void maxThroughputKbps=(int v)

Implementation

@$pb.TagNumber(2)
set maxThroughputKbps($core.int v) {
  $_setUnsignedInt32(1, v);
}