CategoryAssignedTargetingOptionDetails
import type { CategoryAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Assigned category targeting option details. This will be populated in the
category_details field when targeting_type is TARGETING_TYPE_CATEGORY
.
interface CategoryAssignedTargetingOptionDetails {
readonly displayName?: string;
negative?: boolean;
targetingOptionId?: string;
}