createTime property
Output only. The creation timestamp of a CertificateIssuanceConfig.
Implementation
@$pb.TagNumber(2)
$2.Timestamp get createTime => $_getN(1);
Implementation
@$pb.TagNumber(2)
set createTime($2.Timestamp v) {
setField(2, v);
}