TopicRulePutAssetPropertyValueEntry

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>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assetId: String? = null
Link copied to clipboard
val entryId: String? = null
Link copied to clipboard
val propertyAlias: String? = null
Link copied to clipboard
val propertyId: String? = null