Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListBillingAccountsResponse

import type { ListBillingAccountsResponse } from "https://googleapis.deno.dev/v1/cloudbilling:v1.ts";

Response message for ListBillingAccounts.

interface ListBillingAccountsResponse {
billingAccounts?: BillingAccount[];
nextPageToken?: string;
}

§Properties

§
billingAccounts?: BillingAccount[]
[src]

A list of billing accounts.

§
nextPageToken?: string
[src]

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