Topic Rule Asset Property Variant
data class TopicRuleAssetPropertyVariant(val booleanValue: String? = null, val doubleValue: String? = null, val integerValue: String? = null, val stringValue: String? = null)
Properties
Link copied to clipboard
Optional. A string that contains the boolean value ( true
or false
) of the value entry. Accepts substitution templates.
Link copied to clipboard
Optional. A string that contains the double value of the value entry. Accepts substitution templates.
Link copied to clipboard
Optional. A string that contains the integer value of the value entry. Accepts substitution templates.
Link copied to clipboard
Optional. The string value of the value entry. Accepts substitution templates.