DescribeWebsiteCertificateAuthorityResponse constructor

DescribeWebsiteCertificateAuthorityResponse({
  1. String? certificate,
  2. DateTime? createdTime,
  3. String? displayName,
})

Implementation

DescribeWebsiteCertificateAuthorityResponse({
  this.certificate,
  this.createdTime,
  this.displayName,
});