FeatureVariationValue

data class FeatureVariationValue(val boolValue: String? = null, val doubleValue: String? = null, val longValue: String? = null, val stringValue: String? = null)

Constructors

Link copied to clipboard
constructor(boolValue: String? = null, doubleValue: String? = null, longValue: String? = null, stringValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val boolValue: String? = null

If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.

Link copied to clipboard
val doubleValue: String? = null

If this feature uses the double integer variation type, this field contains the double integer value of this variation.

Link copied to clipboard
val longValue: String? = null

If this feature uses the long variation type, this field contains the long value of this variation. Minimum value of -9007199254740991. Maximum value of 9007199254740991.

Link copied to clipboard
val stringValue: String? = null

If this feature uses the string variation type, this field contains the string value of this variation. Minimum length of 0. Maximum length of 512.