variations

@JvmName(name = "srvhixdmbhawxrvy")
suspend fun variations(value: Output<List<FeatureVariationObjectArgs>>)
@JvmName(name = "uwlpjwowiermrocl")
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 = "xsaiqwaxldwdkvmr")
suspend fun variations(vararg values: Output<FeatureVariationObjectArgs>)


@JvmName(name = "asfwuvjtbjqbqsdb")
suspend fun variations(values: List<Output<FeatureVariationObjectArgs>>)
@JvmName(name = "mlopopclqpetslay")
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 = "jhybwhxusbtlrgup")
suspend fun variations(argument: List<suspend FeatureVariationObjectArgsBuilder.() -> Unit>)
@JvmName(name = "xmtibuorfqunvjqn")
suspend fun variations(vararg argument: suspend FeatureVariationObjectArgsBuilder.() -> Unit)
@JvmName(name = "rdshkfullcfvmdvj")
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 ).