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