ListBillingAccountsResponse

Response message for billingAccounts.list.

JSON representation
{
  "billingAccounts": [
    {
      object (BillingAccount)
    }
  ],
  "nextPageToken": string
}
Fields
billingAccounts[]

object (BillingAccount)

A list of billing accounts.

nextPageToken

string

A token to retrieve the next page of results. To retrieve the next page, call billingAccounts.list again with the pageToken field set to this value. This field is empty if there are no more results to retrieve.