tasks

@JvmName(name = "listOtaTasksResponseOtaTaskSummary")
fun Flow<ListOtaTasksResponse>.tasks(): Flow<OtaTaskSummary>

This paginator transforms the flow returned by listOtaTasksPaginated to access the nested member OtaTaskSummary

Return

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