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

AssetHierarchy

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

Describes an asset hierarchy that contains a hierarchy's name and ID.

interface AssetHierarchy {
id?: string | null;
name: string;
}

§Properties

§
id?: string | null
[src]

The ID of the hierarchy. This ID is a hierarchyId.

§
name: string
[src]

The hierarchy name provided in the CreateAssetModel or UpdateAssetModel API operation.