statuses

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

Parameters

value

When specified, keys will be filtered by status. The statuses can be any of ACTIVE, DISABLED and PASSIVE.


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

Parameters

values

When specified, keys will be filtered by status. The statuses can be any of ACTIVE, DISABLED and PASSIVE.