ListServiceAccountsResponse constructor
ListServiceAccountsResponse({
- List<
ServiceAccount> ? accounts, - String? nextPageToken,
Implementation
ListServiceAccountsResponse({
this.accounts,
this.nextPageToken,
});