projectDescriptions

@JvmName(name = "describeProjectsResponseProjectDescription")
fun Flow<DescribeProjectsResponse>.projectDescriptions(): Flow<ProjectDescription>

This paginator transforms the flow returned by describeProjectsPaginated to access the nested member ProjectDescription

Return

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