tests

@JvmName(name = "listTestsResponseTest")
fun Flow<ListTestsResponse>.tests(): Flow<Test>

This paginator transforms the flow returned by listTestsPaginated to access the nested member Test

Return

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