ExperimentTreatmentObjectArgs

data class ExperimentTreatmentObjectArgs(val description: Output<String>? = null, val feature: Output<String>, val treatmentName: Output<String>, val variation: Output<String>) : ConvertibleToJava<ExperimentTreatmentObjectArgs>

Constructors

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

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the treatment.

Link copied to clipboard
val feature: Output<String>

The name of the feature for this experiment.

Link copied to clipboard
val treatmentName: Output<String>

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

Link copied to clipboard
val variation: Output<String>

The name of the variation to use for this treatment.

Functions

Link copied to clipboard
open override fun toJava(): ExperimentTreatmentObjectArgs