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

AssetHierarchyInfo

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

Contains information about a parent asset and a child asset that are related through an asset hierarchy.

interface AssetHierarchyInfo {
childAssetId?: string | null;
parentAssetId?: string | null;
}

§Properties

§
childAssetId?: string | null
[src]

The ID of the child asset in this asset relationship.

§
parentAssetId?: string | null
[src]

The ID of the parent asset in this asset relationship.