Topic Rule Put Asset Property Value Entry
data class TopicRulePutAssetPropertyValueEntry(val assetId: String? = null, val entryId: String? = null, val propertyAlias: String? = null, val propertyId: String? = null, val propertyValues: List<TopicRuleAssetPropertyValue>)
Constructors
Link copied to clipboard
fun TopicRulePutAssetPropertyValueEntry(assetId: String? = null, entryId: String? = null, propertyAlias: String? = null, propertyId: String? = null, propertyValues: List<TopicRuleAssetPropertyValue>)