ListServiceAccountsResponse constructor

ListServiceAccountsResponse({
  1. List<ServiceAccount>? accounts,
  2. String? nextPageToken,
})

Implementation

ListServiceAccountsResponse({
  this.accounts,
  this.nextPageToken,
});