servers

@JvmName(name = "listServersResponseListedServer")
fun Flow<ListServersResponse>.servers(): Flow<ListedServer>

This paginator transforms the flow returned by listServersPaginated to access the nested member ListedServer

Return

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