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

SasPortalDeviceModel

import type { SasPortalDeviceModel } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";

Information about the model of the device.

interface SasPortalDeviceModel {
firmwareVersion?: string;
hardwareVersion?: string;
name?: string;
softwareVersion?: string;
vendor?: string;
}

§Properties

§
firmwareVersion?: string
[src]

The firmware version of the device.

§
hardwareVersion?: string
[src]

The hardware version of the device.

§
name?: string
[src]

The name of the device model.

§
softwareVersion?: string
[src]

The software version of the device.

§
vendor?: string
[src]

The name of the device vendor.