gameServers

@JvmName(name = "listGameServersResponseGameServer")
fun Flow<ListGameServersResponse>.gameServers(): Flow<GameServer>

This paginator transforms the flow returned by listGameServersPaginated to access the nested member GameServer

Return

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