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

ContentDurationAssignedTargetingOptionDetails

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

Details for content duration assigned targeting option. This will be populated in the content_duration_details field when targeting_type is TARGETING_TYPE_CONTENT_DURATION. Explicitly targeting all options is not supported. Remove all content duration targeting options to achieve this effect.

interface ContentDurationAssignedTargetingOptionDetails {
readonly contentDuration?:
| "CONTENT_DURATION_UNSPECIFIED"
| "CONTENT_DURATION_UNKNOWN"
| "CONTENT_DURATION_0_TO_1_MIN"
| "CONTENT_DURATION_1_TO_5_MIN"
| "CONTENT_DURATION_5_TO_15_MIN"
| "CONTENT_DURATION_15_TO_30_MIN"
| "CONTENT_DURATION_30_TO_60_MIN"
| "CONTENT_DURATION_OVER_60_MIN";
targetingOptionId?: string;
}

§Properties

§
readonly contentDuration?: "CONTENT_DURATION_UNSPECIFIED" | "CONTENT_DURATION_UNKNOWN" | "CONTENT_DURATION_0_TO_1_MIN" | "CONTENT_DURATION_1_TO_5_MIN" | "CONTENT_DURATION_5_TO_15_MIN" | "CONTENT_DURATION_15_TO_30_MIN" | "CONTENT_DURATION_30_TO_60_MIN" | "CONTENT_DURATION_OVER_60_MIN"
[src]

Output only. The content duration.

§
targetingOptionId?: string
[src]

Required. The targeting_option_id field when targeting_type is TARGETING_TYPE_CONTENT_DURATION.