FeatureVariationObjectArgs

data class FeatureVariationObjectArgs(val booleanValue: Output<Boolean>? = null, val doubleValue: Output<Double>? = null, val longValue: Output<Double>? = null, val stringValue: Output<String>? = null, val variationName: Output<String>? = null) : ConvertibleToJava<FeatureVariationObjectArgs>

Constructors

Link copied to clipboard
constructor(booleanValue: Output<Boolean>? = null, doubleValue: Output<Double>? = null, longValue: Output<Double>? = null, stringValue: Output<String>? = null, variationName: Output<String>? = null)

Properties

Link copied to clipboard
val booleanValue: Output<Boolean>? = null

The value assigned to this variation, if the variation type is boolean.

Link copied to clipboard
val doubleValue: Output<Double>? = null

The value assigned to this variation, if the variation type is a double.

Link copied to clipboard
val longValue: Output<Double>? = null

The value assigned to this variation, if the variation type is a long.

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

The value assigned to this variation, if the variation type is a string.

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

A name for the variation. It can include up to 127 characters.

Functions

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