filters

@JvmName(name = "yiplgbdwkvhbvabn")
suspend fun filters(value: List<GetEndpointFilter>?)

Parameters

value

One or more configuration blocks containing name-values filters. Detailed below.


@JvmName(name = "bunmkoitpjkbbvqt")
suspend fun filters(argument: List<suspend GetEndpointFilterBuilder.() -> Unit>)
@JvmName(name = "eitvuhythhgaxhpq")
suspend fun filters(vararg argument: suspend GetEndpointFilterBuilder.() -> Unit)
@JvmName(name = "qfryfvwhrgcuyqvt")
suspend fun filters(argument: suspend GetEndpointFilterBuilder.() -> Unit)

Parameters

argument

One or more configuration blocks containing name-values filters. Detailed below.


@JvmName(name = "xtkvrlgmkhpgciih")
suspend fun filters(vararg values: GetEndpointFilter)

Parameters

values

One or more configuration blocks containing name-values filters. Detailed below.