ListBillingAccountsResponse constructor
ListBillingAccountsResponse({
- List<
BillingAccount> ? billingAccounts, - String? nextPageToken,
Implementation
ListBillingAccountsResponse({
this.billingAccounts,
this.nextPageToken,
});