RuyiNetResponseGroup Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
public class RuyiNetResponseGroup
The RuyiNetResponseGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| RuyiNetResponseGroup | Initializes a new instance of the RuyiNetResponseGroup class |
| Name | Description | |
|---|---|---|
| acl |
The Access Control List
| |
| createdAt |
When the group was created.
| |
| data |
Extra custom data
| |
| defaultMemberAttributes |
The default attributes for members.
| |
| gameId |
The App ID of the game this lobby belongs to.
| |
| groupId |
The unique ID of the group.
| |
| groupType |
The type of this group.
| |
| invitedPendingMemberCount |
The number of players that have been invited to join the lobby.
| |
| isOpenGroup |
Whether or not the group is open to other players.
| |
| memberCount |
The number of players in the lobby.
| |
| members |
The players who are in this lobby.
| |
| name |
The name of the group.
| |
| ownerId |
The profile ID of the group's owner.
| |
| pendingMembers |
A list of players that have either been invited or requested to join
the lobby.
| |
| requestingPendingMemberCount |
The number of players that have requested to join the lobby.
| |
| updatedAt |
When the lobby was last updated.
| |
| version |
The current version of the lobby.
|