OutgoingCertificate constructor

OutgoingCertificate({
  1. String? certificateArn,
  2. String? certificateId,
  3. DateTime? creationDate,
  4. DateTime? transferDate,
  5. String? transferMessage,
  6. String? transferredTo,
})

Implementation

OutgoingCertificate({
  this.certificateArn,
  this.certificateId,
  this.creationDate,
  this.transferDate,
  this.transferMessage,
  this.transferredTo,
});