ingestions

@JvmName(name = "listIngestionsResponseIngestionSummary")
fun Flow<ListIngestionsResponse>.ingestions(): Flow<IngestionSummary>

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

Return

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