restoreJobs

@JvmName(name = "listRestoreJobsResponseRestoreJobsListMember")
fun Flow<ListRestoreJobsResponse>.restoreJobs(): Flow<RestoreJobsListMember>

This paginator transforms the flow returned by listRestoreJobsPaginated to access the nested member RestoreJobsListMember

Return

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


@JvmName(name = "listRestoreJobsByProtectedResourceResponseRestoreJobsListMember")
fun Flow<ListRestoreJobsByProtectedResourceResponse>.restoreJobs(): Flow<RestoreJobsListMember>

This paginator transforms the flow returned by listRestoreJobsByProtectedResourcePaginated to access the nested member RestoreJobsListMember

Return

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