gameServerGroups

@JvmName(name = "listGameServerGroupsResponseGameServerGroup")
fun Flow<ListGameServerGroupsResponse>.gameServerGroups(): Flow<GameServerGroup>

This paginator transforms the flow returned by listGameServerGroupsPaginated to access the nested member GameServerGroup

Return

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