Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeviceTypeTargetingOptionDetails

import type { DeviceTypeTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v3.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";
}

§Properties

§
readonly deviceType?: "DEVICE_TYPE_UNSPECIFIED" | "DEVICE_TYPE_COMPUTER" | "DEVICE_TYPE_CONNECTED_TV" | "DEVICE_TYPE_SMART_PHONE" | "DEVICE_TYPE_TABLET"
[src]

Output only. The device type that is used to be targeted.