updateTime property

  1. @TagNumber(4)
Timestamp updateTime

Output only. The time when the task was last updated.

Implementation

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

Implementation

@$pb.TagNumber(4)
set updateTime($2.Timestamp v) { setField(4, v); }