Feature Variation Value
data class FeatureVariationValue(val boolValue: String? = null, val doubleValue: String? = null, val longValue: String? = null, val stringValue: String? = null)
Properties
Link copied to clipboard
If this feature uses the double integer variation type, this field contains the double integer value of this variation.
Link copied to clipboard
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
.