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

CustomchannelsListOptions

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

Additional options for AdSenseHost#customchannelsList.

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

§Properties

§
maxResults?: number
[src]

The maximum number of custom channels to include in the response, used for paging.

§
pageToken?: string
[src]

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