updateTime property

  1. @TagNumber.new(5)
Timestamp get updateTime

Output only. The last update timestamp of the view.

Implementation

@$pb.TagNumber(5)
$3.Timestamp get updateTime => $_getN(3);
  1. @TagNumber.new(5)
set updateTime (Timestamp value)

Implementation

@$pb.TagNumber(5)
set updateTime($3.Timestamp value) => $_setField(5, value);