RuyiNetLeaderboardEntry Class | 
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
public class RuyiNetLeaderboardEntry
The RuyiNetLeaderboardEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| RuyiNetLeaderboardEntry(RuyiNetGetGlobalLeaderboardPageResponseDataLeaderboardEntry) | 
            Construct from a Get Global Page response.
              | |
| RuyiNetLeaderboardEntry(RuyiNetGetGroupSocialLeaderboardResponseDataLeaderboardEntry) | 
            Construct from a Get Group Social Leaderboard response.
              | |
| RuyiNetLeaderboardEntry(RuyiNetGetSocialLeaderboardResponseDataLeaderboardEntry) | 
            Construct from a Get Social Leaderboard response.
              | 
| 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.
              | |
| Name | 
            The display name of the player.
              | |
| PictureUrl | 
            The URL of the player's profile picture.
              | |
| PlayerId | 
            The ID of the player this entry represents.
              | |
| 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).
              |