TopicRulePutAssetPropertyValueEntryArgs

data class TopicRulePutAssetPropertyValueEntryArgs(val assetId: Output<String>? = null, val entryId: Output<String>? = null, val propertyAlias: Output<String>? = null, val propertyId: Output<String>? = null, val propertyValues: Output<List<TopicRuleAssetPropertyValueArgs>>) : ConvertibleToJava<TopicRulePutAssetPropertyValueEntryArgs>

Constructors

Link copied to clipboard
fun TopicRulePutAssetPropertyValueEntryArgs(assetId: Output<String>? = null, entryId: Output<String>? = null, propertyAlias: Output<String>? = null, propertyId: Output<String>? = null, propertyValues: Output<List<TopicRuleAssetPropertyValueArgs>>)

Functions

Link copied to clipboard
open override fun toJava(): TopicRulePutAssetPropertyValueEntryArgs

Properties

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