queues

@JvmName(name = "searchQueuesResponseQueue")
fun Flow<SearchQueuesResponse>.queues(): Flow<Queue>

This paginator transforms the flow returned by searchQueuesPaginated to access the nested member Queue

Return

A kotlinx.coroutines.flow.Flow that can collect Queue