acceleratorCount property
The number of accelerators to attach to the machine.
Implementation
@$pb.TagNumber(3)
$core.int get acceleratorCount => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set acceleratorCount($core.int v) {
$_setSignedInt32(2, v);
}