lastUpdateTime property

  1. @TagNumber(3)
Timestamp lastUpdateTime

Time of the most recent processing update.

Implementation

@$pb.TagNumber(3)
$7.Timestamp get lastUpdateTime => $_getN(2);
  1. @TagNumber(3)
void lastUpdateTime=(Timestamp v)

Implementation

@$pb.TagNumber(3)
set lastUpdateTime($7.Timestamp v) {
  setField(3, v);
}