jobSummaryList

@JvmName(name = "listJobsResponseJobSummary")
fun Flow<ListJobsResponse>.jobSummaryList(): Flow<JobSummary>

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

Return

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


@JvmName(name = "listServiceJobsResponseServiceJobSummary")
fun Flow<ListServiceJobsResponse>.jobSummaryList(): Flow<ServiceJobSummary>

This paginator transforms the flow returned by listServiceJobsPaginated to access the nested member ServiceJobSummary

Return

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