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

ContentStreamTypeAssignedTargetingOptionDetails

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

Details for content stream type assigned targeting option. This will be populated in the content_stream_type_details field when targeting_type is TARGETING_TYPE_CONTENT_STREAM_TYPE. Explicitly targeting all options is not supported. Remove all content stream type targeting options to achieve this effect.

interface ContentStreamTypeAssignedTargetingOptionDetails {
readonly contentStreamType?: "CONTENT_STREAM_TYPE_UNSPECIFIED" | "CONTENT_LIVE_STREAM" | "CONTENT_ON_DEMAND";
targetingOptionId?: string;
}

§Properties

§
readonly contentStreamType?: "CONTENT_STREAM_TYPE_UNSPECIFIED" | "CONTENT_LIVE_STREAM" | "CONTENT_ON_DEMAND"
[src]

Output only. The content stream type.

§
targetingOptionId?: string
[src]

Required. The targeting_option_id field when targeting_type is TARGETING_TYPE_CONTENT_STREAM_TYPE.