RuyiNetGetGroupSocialLeaderboardResponseDataLeaderboardEntry Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
[SerializableAttribute] public class LeaderboardEntry
The RuyiNetGetGroupSocialLeaderboardResponseDataLeaderboardEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| RuyiNetGetGroupSocialLeaderboardResponseDataLeaderboardEntry | Initializes a new instance of the RuyiNetGetGroupSocialLeaderboardResponseDataLeaderboardEntry class |
| Name | Description | |
|---|---|---|
| createdAt |
When this entry was created (UNIX timestamp).
| |
| data |
Extra data provided by the developer, if any.
| |
| index |
The index of this entry.
| |
| pictureUrl |
The URL of the player's profile picture.
| |
| playerId |
The ID of the player this entry represents.
| |
| playerName |
The display name of the player.
| |
| rank |
The overall rank of the player on this leaderboard.
| |
| score |
The latest score for the player.
| |
| updatedAt |
When this entry was last updated (UNIX timestamp).
|