ListCreateAccountStatusResponse constructor

ListCreateAccountStatusResponse({
  1. List<CreateAccountStatus>? createAccountStatuses,
  2. String? nextToken,
})

Implementation

ListCreateAccountStatusResponse({
  this.createAccountStatuses,
  this.nextToken,
});