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
fun TopicRuleAssetPropertyVariant(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
Link copied to clipboard
val doubleValue: String? = null
Link copied to clipboard
val integerValue: String? = null
Link copied to clipboard
val stringValue: String? = null