values

@JvmName(name = "ikifvdvlwlfsissf")
suspend fun values(value: List<String>?)

Parameters

value

Set of values that are accepted for the given field.

NOTE: Numeric types such as CompleteTime do not support IN operations for the time being.


@JvmName(name = "qexxppuxjcffppsu")
suspend fun values(vararg values: String)

Parameters

values

Set of values that are accepted for the given field.

NOTE: Numeric types such as CompleteTime do not support IN operations for the time being.