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