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

ListLinkedAdUnitsResponse

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

Response definition for the ad units linked to a custom channel list rpc.

interface ListLinkedAdUnitsResponse {
adUnits?: AdUnit[];
nextPageToken?: string;
}

§Properties

§
adUnits?: AdUnit[]
[src]

The ad units returned in the list response.

§
nextPageToken?: string
[src]

Continuation token used to page through ad units. To retrieve the next page of the results, set the next request's "page_token" value to this.