Certificate constructor
Certificate({
- CertificateDescription? certificateDescription,
- CertificateConfig? config,
- String? createTime,
- Map<
String, String> ? labels, - String? lifetime,
- String? name,
- String? pemCertificate,
- List<
String> ? pemCertificateChain, - String? pemCsr,
- RevocationDetails? revocationDetails,
- String? updateTime,
Implementation
Certificate({
this.certificateDescription,
this.config,
this.createTime,
this.labels,
this.lifetime,
this.name,
this.pemCertificate,
this.pemCertificateChain,
this.pemCsr,
this.revocationDetails,
this.updateTime,
});