lastUpdateTime property
Time of the most recent processing update.
Implementation
@$pb.TagNumber(3)
$7.Timestamp get lastUpdateTime => $_getN(2);
Implementation
@$pb.TagNumber(3)
set lastUpdateTime($7.Timestamp v) {
setField(3, v);
}
Time of the most recent processing update.
@$pb.TagNumber(3)
$7.Timestamp get lastUpdateTime => $_getN(2);
@$pb.TagNumber(3)
set lastUpdateTime($7.Timestamp v) {
setField(3, v);
}