projects

@JvmName(name = "listProjectsResponseProjectMetadata")
fun Flow<ListProjectsResponse>.projects(): Flow<ProjectMetadata>

This paginator transforms the flow returned by listProjectsPaginated to access the nested member ProjectMetadata

Return

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