values

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

Parameters

value

Set of values that are accepted for the given filter field. Results will be selected if any given value matches.


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

Parameters

values

Set of values that are accepted for the given filter field. Results will be selected if any given value matches.