testRuns

@JvmName(name = "listTestRunsResponseTestRunSummary")
fun Flow<ListTestRunsResponse>.testRuns(): Flow<TestRunSummary>

This paginator transforms the flow returned by listTestRunsPaginated to access the nested member TestRunSummary

Return

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