jobs

@JvmName(name = "searchJobsResponseJobSummary")
fun Flow<SearchJobsResponse>.jobs(): Flow<JobSummary>

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

Return

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