workspaces

@JvmName(name = "listWorkspacesResponseWorkspaceSummary")
fun Flow<ListWorkspacesResponse>.workspaces(): Flow<WorkspaceSummary>

This paginator transforms the flow returned by listWorkspacesPaginated to access the nested member WorkspaceSummary

Return

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