TransferCertificateResponse constructor

TransferCertificateResponse({
  1. String? transferredCertificateArn,
})

Implementation

TransferCertificateResponse({
  this.transferredCertificateArn,
});