ContentGenreTargetingOptionDetails
import type { ContentGenreTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents a targetable content genre. This will be populated in the
content_genre_details field when targeting_type is
TARGETING_TYPE_CONTENT_GENRE
.
interface ContentGenreTargetingOptionDetails {
readonly displayName?: string;
}