AssetModelHierarchy

data class AssetModelHierarchy(val childAssetModelId: String, val logicalId: String, val name: String)

Contains information about an asset model hierarchy.

Constructors

Link copied to clipboard
fun AssetModelHierarchy(childAssetModelId: String, logicalId: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the asset model. All assets in this hierarchy must be instances of the child AssetModelId asset model.

Link copied to clipboard

Customer provided ID for hierarchy.

Link copied to clipboard

The name of the asset model hierarchy.