latestJobStartTime property
The time when the latest DataScanJob started.
Implementation
@$pb.TagNumber(4)
$2.Timestamp get latestJobStartTime => $_getN(0);
Implementation
@$pb.TagNumber(4)
set latestJobStartTime($2.Timestamp v) { setField(4, v); }