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

AdclientsListOptions

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

Additional options for AdSenseHost#adclientsList.

interface AdclientsListOptions {
maxResults?: number;
pageToken?: string;
}

§Properties

§
maxResults?: number
[src]

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

§
pageToken?: string
[src]

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