Asset Property
data class AssetProperty(val alias: String? = null, val externalId: String? = null, val id: String? = null, val logicalId: String? = null, val notificationState: AssetPropertyNotificationState? = null, val unit: String? = null)
The asset property's definition, alias, unit, and notification state.