testCaseSummaryList

@JvmName(name = "listTestCasesResponseTestCaseSummary")
fun Flow<ListTestCasesResponse>.testCaseSummaryList(): Flow<TestCaseSummary>

This paginator transforms the flow returned by listTestCasesPaginated to access the nested member TestCaseSummary

Return

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