jobs

@JvmName(name = "listIdMappingJobsResponseJobSummary")
fun Flow<ListIdMappingJobsResponse>.jobs(): Flow<JobSummary>

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

Return

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


@JvmName(name = "listMatchingJobsResponseJobSummary")
fun Flow<ListMatchingJobsResponse>.jobs(): Flow<JobSummary>

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

Return

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