collectors

@JvmName(name = "listCollectorsResponseCollector")
fun Flow<ListCollectorsResponse>.collectors(): Flow<Collector>

This paginator transforms the flow returned by listCollectorsPaginated to access the nested member Collector

Return

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