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

AssetPropertyValue

import type { AssetPropertyValue } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";

Contains asset property value information.

interface AssetPropertyValue {
quality?: Quality | null;
timestamp: TimeInNanos;
value: Variant;
}

§Properties

§
quality?: Quality | null
[src]

The quality of the asset property value.

§
timestamp: TimeInNanos
[src]

The timestamp of the asset property value.

§

The value of the asset property (see Variant).