updateTime property

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

Output only. A timestamp identifying the time this key was last updated.

Implementation

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

Implementation

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