ExperimentTreatmentObject

data class ExperimentTreatmentObject(val description: String? = null, val feature: String, val treatmentName: String, val variation: String)

Constructors

Link copied to clipboard
constructor(description: String? = null, feature: String, treatmentName: String, variation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the treatment.

Link copied to clipboard

The name of the feature for this experiment.

Link copied to clipboard

A name for this treatment. It can include up to 127 characters.

Link copied to clipboard

The name of the variation to use for this treatment.