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

YoutubeChannelAssignedTargetingOptionDetails

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

Details for YouTube channel assigned targeting option. This will be populated in the youtube_channel_details field when targeting_type is TARGETING_TYPE_YOUTUBE_CHANNEL.

interface YoutubeChannelAssignedTargetingOptionDetails {
channelId?: string;
negative?: boolean;
}

§Properties

§
channelId?: string
[src]

The YouTube uploader channel id or the channel code of a YouTube channel.

§
negative?: boolean
[src]

Indicates if this option is being negatively targeted.