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

CustomChannel

import type { CustomChannel } from "https://googleapis.deno.dev/v1/adsensehost:v4.1.ts";
interface CustomChannel {
code?: string;
id?: string;
kind?: string;
name?: string;
}

§Properties

§
code?: string
[src]

Code of this custom channel, not necessarily unique across ad clients.

§
id?: string
[src]

Unique identifier of this custom channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.

§
kind?: string
[src]

Kind of resource this is, in this case adsensehost#customChannel.

§
name?: string
[src]

Name of this custom channel.