FeatureVariation

data class FeatureVariation(val name: String, val value: FeatureVariationValue)

Constructors

Link copied to clipboard
constructor(name: String, value: FeatureVariationValue)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the variation. Minimum length of 1. Maximum length of 127.

Link copied to clipboard

A block that specifies the value assigned to this variation. Detailed below