Module Values.GameServersSource

Sourcetype nonrec t = GameServer.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : GameServer.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `String of GameServerGroupName.t | `Timestamp of Timestamp.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> GameServer.t list
Sourceval of_json : [> Yojson.Safe.t ] -> GameServer.t list
Sourceval to_json : GameServer.t list -> Yojson.Safe.t