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

ContentGenreAssignedTargetingOptionDetails

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

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

interface ContentGenreAssignedTargetingOptionDetails {
readonly displayName?: string;
negative?: boolean;
targetingOptionId?: string;
}

§Properties

§
readonly displayName?: string
[src]

Output only. The display name of the content genre.

§
negative?: boolean
[src]

Indicates if this option is being negatively targeted.

§
targetingOptionId?: string
[src]

Required. The targeting_option_id field when targeting_type is TARGETING_TYPE_CONTENT_GENRE.