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