updateTime property
Output only. A timestamp identifying the time this key was last updated.
Implementation
@$pb.TagNumber(6)
$0.Timestamp get updateTime => $_getN(5);
Implementation
@$pb.TagNumber(6)
set updateTime($0.Timestamp value) => $_setField(6, value);