createTime property
Output only. The time when the certificate was created in RFC
3339 format, for example
2020-05-18T00:00:00.094Z.
Implementation
@$pb.TagNumber(3)
$2.Timestamp get createTime => $_getN(1);
Implementation
@$pb.TagNumber(3)
set createTime($2.Timestamp v) {
setField(3, v);
}