CategoryTargetingOptionDetails
import type { CategoryTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents a targetable category. This will be populated in the
category_details field of a TargetingOption when targeting_type is
TARGETING_TYPE_CATEGORY
.
interface CategoryTargetingOptionDetails {
readonly displayName?: string;
}