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

UrlChannels

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

§Properties

§
etag?: string
[src]

ETag of this response for caching purposes.

§
items?: UrlChannel[]
[src]

The URL channels returned in this list response.

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

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