clusters

@JvmName(name = "listClustersResponseClusterInList")
fun Flow<ListClustersResponse>.clusters(): Flow<ClusterInList>

This paginator transforms the flow returned by listClustersPaginated to access the nested member ClusterInList

Return

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