Topic Rule Put Asset Property Value Entry Args
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>>)