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

OperatingSystem

import type { OperatingSystem } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Contains information about an operating system that can be targeted by ads.

interface OperatingSystem {
dartId?: bigint;
desktop?: boolean;
kind?: string;
mobile?: boolean;
name?: string;
}

§Properties

§
dartId?: bigint
[src]

DART ID of this operating system. This is the ID used for targeting.

§
desktop?: boolean
[src]

Whether this operating system is for desktop.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#operatingSystem".

§
mobile?: boolean
[src]

Whether this operating system is for mobile.

§
name?: string
[src]

Name of this operating system.