RegisterCertificateResponse constructor

RegisterCertificateResponse({
  1. String? certificateArn,
  2. String? certificateId,
})

Implementation

RegisterCertificateResponse({
  this.certificateArn,
  this.certificateId,
});