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