repositories

@JvmName(name = "describeRepositoriesResponseRepository")
fun Flow<DescribeRepositoriesResponse>.repositories(): Flow<Repository>

This paginator transforms the flow returned by describeRepositoriesPaginated to access the nested member Repository

Return

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