jobRuns

@JvmName(name = "listJobRunsResponseJobRunSummary")
fun Flow<ListJobRunsResponse>.jobRuns(): Flow<JobRunSummary>

This paginator transforms the flow returned by listJobRunsPaginated to access the nested member JobRunSummary

Return

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