updateTime property

  1. @TagNumber(14)
Timestamp updateTime

Output only. The time the instance was updated.

Implementation

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

Implementation

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