FeatureVariation

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

Constructors

Link copied to clipboard

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