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

Channel

import type { Channel } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

A single channel. Channels are custom groups of related websites and apps.

interface Channel {
advertiserId?: bigint;
readonly channelId?: bigint;
displayName?: string;
readonly name?: string;
readonly negativelyTargetedLineItemCount?: bigint;
partnerId?: bigint;
readonly positivelyTargetedLineItemCount?: bigint;
}

§Properties

§
advertiserId?: bigint
[src]

The ID of the advertiser that owns the channel.

§
readonly channelId?: bigint
[src]

Output only. The unique ID of the channel. Assigned by the system.

§
displayName?: string
[src]

Required. The display name of the channel. Must be UTF-8 encoded with a maximum length of 240 bytes.

§
readonly name?: string
[src]

Output only. The resource name of the channel.

§
readonly negativelyTargetedLineItemCount?: bigint
[src]

Output only. Number of line items that are directly targeting this channel negatively.

§
partnerId?: bigint
[src]

The ID of the partner that owns the channel.

§
readonly positivelyTargetedLineItemCount?: bigint
[src]

Output only. Number of line items that are directly targeting this channel positively.