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

BillingAccountsProjectsListOptions

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

Additional options for CloudBilling#billingAccountsProjectsList.

interface BillingAccountsProjectsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
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 be returned. This should be a next_page_token value returned from a previous ListProjectBillingInfo call. If unspecified, the first page of results is returned.