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

OperatingSystemVersion

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

Contains information about a particular version of an operating system that can be targeted by ads.

interface OperatingSystemVersion {
id?: bigint;
kind?: string;
majorVersion?: string;
minorVersion?: string;
name?: string;
operatingSystem?: OperatingSystem;
}

§Properties

§
id?: bigint
[src]

ID of this operating system version.

§
kind?: string
[src]

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

§
majorVersion?: string
[src]

Major version (leftmost number) of this operating system version.

§
minorVersion?: string
[src]

Minor version (number after the first dot) of this operating system version.

§
name?: string
[src]

Name of this operating system version.

§
operatingSystem?: OperatingSystem
[src]

Operating system of this operating system version.