bounds

@JvmName(name = "odpqwftdxxlacrji")
suspend fun bounds(value: Output<List<Double>>)
@JvmName(name = "exqburhbqrkcrfvs")
suspend fun bounds(value: List<Double>?)

Parameters

value

The values must be monotonically increasing.


@JvmName(name = "lgjyuyrlmidiwuji")
suspend fun bounds(vararg values: Output<Double>)


@JvmName(name = "heqwrvcuxauontcx")
suspend fun bounds(values: List<Output<Double>>)
@JvmName(name = "jhoipetkuvrmotgf")
suspend fun bounds(vararg values: Double)

Parameters

values

The values must be monotonically increasing.