CreateCertificateAuthorityAuditReportResponse constructor

CreateCertificateAuthorityAuditReportResponse({
  1. String? auditReportId,
  2. String? s3Key,
})

Implementation

CreateCertificateAuthorityAuditReportResponse({
  this.auditReportId,
  this.s3Key,
});