AssetModelProperty

data class AssetModelProperty(val dataType: AssetModelDataType, val dataTypeSpec: AssetModelDataTypeSpec? = null, val logicalId: String, val name: String, val type: AssetModelPropertyType, val unit: String? = null)

Contains information about an asset model property.

Constructors

Link copied to clipboard
fun AssetModelProperty(dataType: AssetModelDataType, dataTypeSpec: AssetModelDataTypeSpec? = null, logicalId: String, name: String, type: AssetModelPropertyType, unit: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data type of the asset model property.

Link copied to clipboard

The data type of the structure for this property.

Link copied to clipboard

Customer provided ID for property.

Link copied to clipboard

The name of the asset model property.

Link copied to clipboard

The property type

Link copied to clipboard
val unit: String? = null

The unit of the asset model property, such as Newtons or RPM.