DescribeCertificateAuthorityResponse constructor

DescribeCertificateAuthorityResponse({
  1. CertificateAuthority? certificateAuthority,
})

Implementation

DescribeCertificateAuthorityResponse({
  this.certificateAuthority,
});