GetCertificateAuthorityCertificateResponse constructor

GetCertificateAuthorityCertificateResponse({
  1. String? certificate,
  2. String? certificateChain,
})

Implementation

GetCertificateAuthorityCertificateResponse({
  this.certificate,
  this.certificateChain,
});