workforces

@JvmName(name = "listWorkforcesResponseWorkforce")
fun Flow<ListWorkforcesResponse>.workforces(): Flow<Workforce>

This paginator transforms the flow returned by listWorkforcesPaginated to access the nested member Workforce

Return

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