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

GoogleAdsSearchads360V0Common__DeviceInfo

import type { GoogleAdsSearchads360V0Common__DeviceInfo } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

A device criterion.

interface GoogleAdsSearchads360V0Common__DeviceInfo {
type?:
| "UNSPECIFIED"
| "UNKNOWN"
| "MOBILE"
| "TABLET"
| "DESKTOP"
| "CONNECTED_TV"
| "OTHER";
}

§Properties

§
type?: "UNSPECIFIED" | "UNKNOWN" | "MOBILE" | "TABLET" | "DESKTOP" | "CONNECTED_TV" | "OTHER"
[src]

Type of the device.