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

CompositeModelProperty

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

Contains information about a composite model property on an asset.

interface CompositeModelProperty {
assetProperty: Property;
name: string;
type: string;
}

§Properties

§
assetProperty: Property
[src]
§
name: string
[src]

The name of the property.

§
type: string
[src]

The type of the composite model that defines this property.