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

AccountsAdclientsCustomchannelsListLinkedAdUnitsOptions

import type { AccountsAdclientsCustomchannelsListLinkedAdUnitsOptions } from "https://googleapis.deno.dev/v1/adsense:v2.ts";

Additional options for AdSense#accountsAdclientsCustomchannelsListLinkedAdUnits.

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

§Properties

§
pageSize?: number
[src]

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

§
pageToken?: string
[src]

A page token, received from a previous ListLinkedAdUnits call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListLinkedAdUnits must match the call that provided the page token.