registries

@JvmName(name = "listRegistriesResponseRegistrySummary")
fun Flow<ListRegistriesResponse>.registries(): Flow<RegistrySummary>

This paginator transforms the flow returned by listRegistriesPaginated to access the nested member RegistrySummary

Return

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