processingJobSummaries

@JvmName(name = "listProcessingJobsResponseProcessingJobSummary")
fun Flow<ListProcessingJobsResponse>.processingJobSummaries(): Flow<ProcessingJobSummary>

This paginator transforms the flow returned by listProcessingJobsPaginated to access the nested member ProcessingJobSummary

Return

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