values

@JvmName(name = "dihosqdaspveokga")
suspend fun values(value: Output<List<Double>>)
@JvmName(name = "vkmchwhcgtpsudjs")
suspend fun values(value: 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 = "ixjvhkiamxoiwdux")
suspend fun values(vararg values: Output<Double>)


@JvmName(name = "kjbhtvdswsgwgmcx")
suspend fun values(values: List<Output<Double>>)
@JvmName(name = "bwhjobvannpikses")
suspend fun values(vararg values: 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.