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