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

YoutubeVideoAssignedTargetingOptionDetails

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

Details for YouTube video assigned targeting option. This will be populated in the youtube_video_details field when targeting_type is TARGETING_TYPE_YOUTUBE_VIDEO.

interface YoutubeVideoAssignedTargetingOptionDetails {
negative?: boolean;
videoId?: string;
}

§Properties

§
negative?: boolean
[src]

Indicates if this option is being negatively targeted.

§
videoId?: string
[src]

YouTube video id as it appears on the YouTube watch page.