values

@JvmName(name = "vwnbqjneeeekskgm")
suspend fun values(value: Output<List<List<Double>>>)
@JvmName(name = "rovwdeaywmsxbust")
suspend fun values(value: List<List<Double>>)

Parameters

value

Specifies an array of values to compare to when using a multiple values operator.

NOTE: A maximum of total number of advanced filter values allowed on event subscription is 25.


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


@JvmName(name = "cdfqpqajgaqrfsqe")
suspend fun values(values: List<Output<List<Double>>>)
@JvmName(name = "lyukpmeqvvpglwhf")
suspend fun values(vararg values: List<Double>)

Parameters

values

Specifies an array of values to compare to when using a multiple values operator.

NOTE: A maximum of total number of advanced filter values allowed on event subscription is 25.