jobSummaryList

@JvmName(name = "listJobsResponseJobSummary")
fun Flow<ListJobsResponse>.jobSummaryList(): Flow<JobSummary>

This paginator transforms the flow returned by listJobsPaginated to access the nested member JobSummary

Return

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