maxThroughputKbps property
The amount of traffic per second that can be exercised in KiB
Implementation
@$pb.TagNumber(2)
$core.int get maxThroughputKbps => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set maxThroughputKbps($core.int v) {
$_setUnsignedInt32(1, v);
}