taskSummaries

@JvmName(name = "listPentestJobTasksResponseTaskSummary")
fun Flow<ListPentestJobTasksResponse>.taskSummaries(): Flow<TaskSummary>

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

Return

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