jobRuns

@JvmName(name = "getJobRunsResponseJobRun")
fun Flow<GetJobRunsResponse>.jobRuns(): Flow<JobRun>

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

Return

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