ListBillingAccountsResponse constructor

ListBillingAccountsResponse({
  1. List<BillingAccount>? billingAccounts,
  2. String? nextPageToken,
})

Implementation

ListBillingAccountsResponse({this.billingAccounts, this.nextPageToken});