testCases

@JvmName(name = "searchTestCasesResponseTestCase")
fun Flow<SearchTestCasesResponse>.testCases(): Flow<TestCase>

This paginator transforms the flow returned by searchTestCasesPaginated to access the nested member TestCase

Return

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