workers

@JvmName(name = "listWorkersResponseWorkerSummary")
fun Flow<ListWorkersResponse>.workers(): Flow<WorkerSummary>

This paginator transforms the flow returned by listWorkersPaginated to access the nested member WorkerSummary

Return

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