TransferDomainToAnotherAwsAccountResponse constructor

TransferDomainToAnotherAwsAccountResponse({
  1. String? operationId,
  2. String? password,
})

Implementation

TransferDomainToAnotherAwsAccountResponse({
  this.operationId,
  this.password,
});