tasks

@JvmName(name = "listTasksResponseTaskSummary")
fun Flow<ListTasksResponse>.tasks(): Flow<TaskSummary>

This paginator transforms the flow returned by listTasksPaginated to access the nested member TaskSummary

Return

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