cpuMilli property
- @TagNumber.new(1)
The milliCPU count.
Implementation
@$pb.TagNumber(1)
$fixnum.Int64 get cpuMilli => $_getI64(0);
- @TagNumber.new(1)
Implementation
@$pb.TagNumber(1)
set cpuMilli($fixnum.Int64 v) {
$_setInt64(0, v);
}
The milliCPU count.
@$pb.TagNumber(1)
$fixnum.Int64 get cpuMilli => $_getI64(0);
@$pb.TagNumber(1)
set cpuMilli($fixnum.Int64 v) {
$_setInt64(0, v);
}