tasks

@JvmName(name = "listExportTasksResponseExportTaskSummary")
fun Flow<ListExportTasksResponse>.tasks(): Flow<ExportTaskSummary>

This paginator transforms the flow returned by listExportTasksPaginated to access the nested member ExportTaskSummary

Return

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


@JvmName(name = "listImportTasksResponseImportTaskSummary")
fun Flow<ListImportTasksResponse>.tasks(): Flow<ImportTaskSummary>

This paginator transforms the flow returned by listImportTasksPaginated to access the nested member ImportTaskSummary

Return

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