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


@JvmName(name = "searchJobsResponseJob")
fun Flow<SearchJobsResponse>.jobs(): Flow<Job>

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

Return

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