clusters

@JvmName(name = "listClustersResponseCluster")
fun Flow<ListClustersResponse>.clusters(): Flow<Cluster>

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

Return

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