copyJobs

@JvmName(name = "listCopyJobsResponseCopyJob")
fun Flow<ListCopyJobsResponse>.copyJobs(): Flow<CopyJob>

This paginator transforms the flow returned by listCopyJobsPaginated to access the nested member CopyJob

Return

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