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

PlatformsAccountsListOptions

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

Additional options for AdSensePlatform#platformsAccountsList.

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

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of accounts to include in the response, used for paging. If unspecified, at most 10000 accounts will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.

§
pageToken?: string
[src]

Optional. A page token, received from a previous ListAccounts call. Provide this to retrieve the subsequent page.