RuyiNetLobbyResponseData Class | 
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
[SerializableAttribute] public class RuyiNetLobbyResponseData
The RuyiNetLobbyResponseData type exposes the following members.
| Name | Description | |
|---|---|---|
| RuyiNetLobbyResponseData | Initializes a new instance of the RuyiNetLobbyResponseData class  | 
| Name | Description | |
|---|---|---|
| attributes | 
            JSON string containing custom attributes.
              | |
| connectionString | 
            The connection string for starting a game.
              | |
| created | 
            When the lobby was created.
              | |
| freeSlots | 
            The number of free slots available.
              | |
| gameId | 
            The ID of the game this lobby belongs to.
              | |
| isOpen | 
            Whether or not players can join the lobby.
              | |
| lobbyId | 
            The unique ID of the lobby;
              | |
| lobbyState | 
            The current state of the lobby.
              | |
| lobbyType | 
            The type of lobby (PLAYER or RANKED).
              | |
| maxSlots | 
            The maximum number of players that can join the lobby.
              | |
| memberPlayerIds | 
            A list of player IDs of the members.
              | |
| ownerPlayerId | 
            The ID of the player that currently owns this lobby.
              | |
| updated | 
            When the lobby was last updated.
              |