createTime property
Output only. A timestamp identifying the time this key was originally created.
Implementation
@$pb.TagNumber(4)
$0.Timestamp get createTime => $_getN(3);
Implementation
@$pb.TagNumber(4)
set createTime($0.Timestamp value) => $_setField(4, value);