updateTime property

  1. @TagNumber(2)
Timestamp updateTime

When set, the target document must exist and have been last updated at that time. Timestamp must be microsecond aligned.

Implementation

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

Implementation

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