cluster

@JvmName(name = "getClustersForImageResponseClusterInformation")
fun Flow<GetClustersForImageResponse>.cluster(): Flow<ClusterInformation>

This paginator transforms the flow returned by getClustersForImagePaginated to access the nested member ClusterInformation

Return

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