ListCreateAccountStatusResponse constructor
ListCreateAccountStatusResponse({
- List<
CreateAccountStatus> ? createAccountStatuses, - String? nextToken,
Implementation
ListCreateAccountStatusResponse({
this.createAccountStatuses,
this.nextToken,
});