mapRuns

@JvmName(name = "listMapRunsResponseMapRunListItem")
fun Flow<ListMapRunsResponse>.mapRuns(): Flow<MapRunListItem>

This paginator transforms the flow returned by listMapRunsPaginated to access the nested member MapRunListItem

Return

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