updateTime property

  1. @TagNumber(11)
Timestamp updateTime

Output only. The time the instance was last updated.

Implementation

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

Implementation

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