DeviceTypeTargetingOptionDetails
import type { DeviceTypeTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents a targetable device type. This will be populated in the
device_type_details field of a TargetingOption when targeting_type is
TARGETING_TYPE_DEVICE_TYPE
.
interface DeviceTypeTargetingOptionDetails {
readonly deviceType?:
} | "DEVICE_TYPE_UNSPECIFIED"
| "DEVICE_TYPE_COMPUTER"
| "DEVICE_TYPE_CONNECTED_TV"
| "DEVICE_TYPE_SMART_PHONE"
| "DEVICE_TYPE_TABLET"
| "DEVICE_TYPE_CONNECTED_DEVICE";