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)
$18.Timestamp get createTime => $_getN(7);
Implementation
@$pb.TagNumber(8)
set createTime($18.Timestamp v) {
setField(8, v);
}