TopicRuleAssetPropertyVariantArgs

data class TopicRuleAssetPropertyVariantArgs(val booleanValue: Output<String>? = null, val doubleValue: Output<String>? = null, val integerValue: Output<String>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<TopicRuleAssetPropertyVariantArgs>

Constructors

Link copied to clipboard
constructor(booleanValue: Output<String>? = null, doubleValue: Output<String>? = null, integerValue: Output<String>? = null, stringValue: Output<String>? = null)

Properties

Link copied to clipboard
val booleanValue: Output<String>? = null

Optional. A string that contains the boolean value ( true or false ) of the value entry. Accepts substitution templates.

Link copied to clipboard
val doubleValue: Output<String>? = null

Optional. A string that contains the double value of the value entry. Accepts substitution templates.

Link copied to clipboard
val integerValue: Output<String>? = null

Optional. A string that contains the integer value of the value entry. Accepts substitution templates.

Link copied to clipboard
val stringValue: Output<String>? = null

Optional. The string value of the value entry. Accepts substitution templates.

Functions

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