runDuration property
The duration of time that the Job spent in status RUNNING.
Implementation
@$pb.TagNumber(5)
$10.Duration get runDuration => $_getN(3);
Implementation
@$pb.TagNumber(5)
set runDuration($10.Duration v) {
setField(5, v);
}
The duration of time that the Job spent in status RUNNING.
@$pb.TagNumber(5)
$10.Duration get runDuration => $_getN(3);
@$pb.TagNumber(5)
set runDuration($10.Duration v) {
setField(5, v);
}