DescribeCertificateAuthorityAuditReportResponse constructor

DescribeCertificateAuthorityAuditReportResponse({
  1. AuditReportStatus? auditReportStatus,
  2. DateTime? createdAt,
  3. String? s3BucketName,
  4. String? s3Key,
})

Implementation

DescribeCertificateAuthorityAuditReportResponse({
  this.auditReportStatus,
  this.createdAt,
  this.s3BucketName,
  this.s3Key,
});