queues

@JvmName(name = "listQueuesResponseQueue")
fun Flow<ListQueuesResponse>.queues(): Flow<Queue>

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

Return

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