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/firebasecrashlytics:v1alpha.ts";

Mobile device operating system metadata.

interface OperatingSystem {
deviceType?: string;
displayName?: string;
displayVersion?: string;
modificationState?: string;
os?: string;
type?: string;
}

§Properties

§
deviceType?: string
[src]

The device category (mobile, tablet, desktop).

§
displayName?: string
[src]

Name and version number. Formatted to be suitable for passing to OperatingSystemFilter.

§
displayVersion?: string
[src]

Operating system display version number.

§
modificationState?: string
[src]

Indicates if the OS has been modified or "jailbroken".

§
os?: string
[src]

Operating system name.

§
type?: string
[src]

The OS type on Apple platforms (iOS, iPadOS, etc.).