workspacePageList

@JvmName(name = "listWorkspacePagesResponseWorkspacePage")
fun Flow<ListWorkspacePagesResponse>.workspacePageList(): Flow<WorkspacePage>

This paginator transforms the flow returned by listWorkspacePagesPaginated to access the nested member WorkspacePage

Return

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