uploads

@JvmName(name = "listUploadsResponseUpload")
fun Flow<ListUploadsResponse>.uploads(): Flow<Upload>

This paginator transforms the flow returned by listUploadsPaginated to access the nested member Upload

Return

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