ingestions

@JvmName(name = "listIngestionsResponseIngestion")
fun Flow<ListIngestionsResponse>.ingestions(): Flow<Ingestion>

This paginator transforms the flow returned by listIngestionsPaginated to access the nested member Ingestion

Return

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