runs

@JvmName(name = "listRunsResponseRun")
fun Flow<ListRunsResponse>.runs(): Flow<Run>

This paginator transforms the flow returned by listRunsPaginated to access the nested member Run

Return

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