TopicRuleAssetPropertyVariant

data class TopicRuleAssetPropertyVariant(val booleanValue: String? = null, val doubleValue: String? = null, val integerValue: String? = null, val stringValue: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val booleanValue: 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: String? = null

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

Link copied to clipboard
val integerValue: String? = null

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

Link copied to clipboard
val stringValue: String? = null

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