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

AccountsQuotasListOptions

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

Additional options for CSS#accountsQuotasList.

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

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of quotas to return in the response, used for paging. Defaults to 500; values above 1000 will be coerced to 1000.

§
pageToken?: string
[src]

Optional. Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.