jobs

@JvmName(name = "listJobsResponseJobEntry")
fun Flow<ListJobsResponse>.jobs(): Flow<JobEntry>

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

Return

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