A list of leaderboard entry resources.
| JSON representation | 
|---|
{ "kind": string, "beatenScoreTimeSpans": [ enum (  | 
            
| Fields | |
|---|---|
kind | 
              
                 
 Uniquely identifies the type of this resource. Value is always the fixed string   | 
            
beatenScoreTimeSpans[] | 
              
                 
 The time spans where the submitted score is better than the existing score for that time span.  | 
            
unbeatenScores[] | 
              
                 
 The scores in time spans that have not been beaten. As an example, the submitted score may be better than the player's   | 
            
formattedScore | 
              
                 
 The formatted value of the submitted score.  | 
            
leaderboardId | 
              
                 
 The leaderboard ID that this score was submitted to.  | 
            
scoreTag | 
              
                 
 Additional information about this score. Values will contain no more than 64 URI-safe characters as defined by section 2.3 of RFC 3986.  | 
            
PlayerScore
A player score.
| JSON representation | 
|---|
{
  "kind": string,
  "timeSpan": enum ( | 
              
| Fields | |
|---|---|
kind | 
                
                   
 Uniquely identifies the type of this resource. Value is always the fixed string   | 
              
timeSpan | 
                
                   
 The time span for this player score.  | 
              
score | 
                
                   
 The numerical value for this player score.  | 
              
formattedScore | 
                
                   
 The formatted score for this player score.  | 
              
scoreTag | 
                
                   
 Additional information about this score. Values will contain no more than 64 URI-safe characters as defined by section 2.3 of RFC 3986.  |