jobs

@JvmName(name = "listJobsResponseJob")
fun Flow<ListJobsResponse>.jobs(): Flow<Job>

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

Return

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