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