createTime property
Output only. The timestamp when the resource was created. This may be either the time creation was initiated or when it was completed.
Implementation
@$pb.TagNumber(8)
$2.Timestamp get createTime => $_getN(7);
Implementation
@$pb.TagNumber(8)
set createTime($2.Timestamp value) => $_setField(8, value);