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

AccountsAdunitsListOptions

import type { AccountsAdunitsListOptions } from "https://googleapis.deno.dev/v1/adsensehost:v4.1.ts";

Additional options for AdSenseHost#accountsAdunitsList.

interface AccountsAdunitsListOptions {
includeInactive?: boolean;
maxResults?: number;
pageToken?: string;
}

§Properties

§
includeInactive?: boolean
[src]

Whether to include inactive ad units. Default: true.

§
maxResults?: number
[src]

The maximum number of ad units to include in the response, used for paging.

§
pageToken?: string
[src]

A continuation token, used to page through ad units. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.