variations

@JvmName(name = "mohyhnucjvqmdktk")
suspend fun variations(value: Output<List<FeatureVariationObjectArgs>>)
@JvmName(name = "nmdmspbxbjokxukr")
suspend fun variations(value: List<FeatureVariationObjectArgs>?)

Parameters

value

An array of structures that contain the configuration of the feature's different variations. Each VariationObject in the Variations array for a feature must have the same type of value ( BooleanValue , DoubleValue , LongValue or StringValue ).


@JvmName(name = "rxoaiobyvpgwqbcl")
suspend fun variations(vararg values: Output<FeatureVariationObjectArgs>)


@JvmName(name = "slsrriehohirfeyd")
suspend fun variations(values: List<Output<FeatureVariationObjectArgs>>)
@JvmName(name = "xjpkrwsixurckdwi")
suspend fun variations(vararg values: FeatureVariationObjectArgs)

Parameters

values

An array of structures that contain the configuration of the feature's different variations. Each VariationObject in the Variations array for a feature must have the same type of value ( BooleanValue , DoubleValue , LongValue or StringValue ).


@JvmName(name = "udxjjxpjaagorvlq")
suspend fun variations(argument: List<suspend FeatureVariationObjectArgsBuilder.() -> Unit>)
@JvmName(name = "hvjcgrbjaisyelku")
suspend fun variations(vararg argument: suspend FeatureVariationObjectArgsBuilder.() -> Unit)
@JvmName(name = "uaxnxaqqquhtjcge")
suspend fun variations(argument: suspend FeatureVariationObjectArgsBuilder.() -> Unit)

Parameters

argument

An array of structures that contain the configuration of the feature's different variations. Each VariationObject in the Variations array for a feature must have the same type of value ( BooleanValue , DoubleValue , LongValue or StringValue ).