jobRuns

@JvmName(name = "listJobRunsResponseJobRun")
fun Flow<ListJobRunsResponse>.jobRuns(): Flow<JobRun>

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

Return

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