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

BillingAccountsSubAccountsListOptions

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

Additional options for CloudBilling#billingAccountsSubAccountsList.

interface BillingAccountsSubAccountsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Options for how to filter the returned billing accounts. This only supports filtering for subaccounts under a single provided parent billing account. (for example, master_billing_account=billingAccounts/012345-678901-ABCDEF). Boolean algebra and other fields are not currently supported.

§
pageSize?: number
[src]

Requested page size. The maximum page size is 100; this is also the default.

§
pageToken?: string
[src]

A token identifying a page of results to return. This should be a next_page_token value returned from a previous ListBillingAccounts call. If unspecified, the first page of results is returned.