Asset Property
data class AssetProperty(val alias: String? = null, val logicalId: String, val notificationState: AssetPropertyNotificationState? = null, val unit: String? = null)
The asset property's definition, alias, unit, and notification state.
Constructors
Link copied to clipboard
fun AssetProperty(alias: String? = null, logicalId: String, notificationState: AssetPropertyNotificationState? = null, unit: String? = null)