jobs

@JvmName(name = "getJobsResponseJob")
fun Flow<GetJobsResponse>.jobs(): Flow<Job>

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

Return

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