YoutubeChannelAssignedTargetingOptionDetails
import type { YoutubeChannelAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.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;
}