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

AdUnits

import type { AdUnits } from "https://googleapis.deno.dev/v1/adsensehost:v4.1.ts";
interface AdUnits {
etag?: string;
items?: AdUnit[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
etag?: string
[src]

ETag of this response for caching purposes.

§
items?: AdUnit[]
[src]

The ad units returned in this list response.

§
kind?: string
[src]

Kind of list this is, in this case adsensehost#adUnits.

§
nextPageToken?: string
[src]

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