FeatureVariationObject

data class FeatureVariationObject(val booleanValue: Boolean? = null, val doubleValue: Double? = null, val longValue: Double? = null, val stringValue: String? = null, val variationName: String? = null)

Constructors

Link copied to clipboard
fun FeatureVariationObject(booleanValue: Boolean? = null, doubleValue: Double? = null, longValue: Double? = null, stringValue: String? = null, variationName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val booleanValue: Boolean? = null
Link copied to clipboard
val doubleValue: Double? = null
Link copied to clipboard
val longValue: Double? = null
Link copied to clipboard
val stringValue: String? = null
Link copied to clipboard
val variationName: String? = null