Show / Hide Table of Contents

Class LeaderboardScores

A ListScores response.

Inheritance
object
LeaderboardScores
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class LeaderboardScores : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Items

The scores in the leaderboard.

Declaration
[JsonProperty("items")]
public virtual IList<LeaderboardEntry> Items { get; set; }
Property Value
Type Description
IList<LeaderboardEntry>

Kind

Uniquely identifies the type of this resource. Value is always the fixed string games#leaderboardScores.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

NextPageToken

The pagination token for the next page of results.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

NumScores

The total number of scores in the leaderboard.

Declaration
[JsonProperty("numScores")]
public virtual long? NumScores { get; set; }
Property Value
Type Description
long?

PlayerScore

The score of the requesting player on the leaderboard. The player's score may appear both here and in the list of scores above. If you are viewing a public leaderboard and the player is not sharing their gameplay information publicly, the scoreRankand formattedScoreRank values will not be present.

Declaration
[JsonProperty("playerScore")]
public virtual LeaderboardEntry PlayerScore { get; set; }
Property Value
Type Description
LeaderboardEntry

PrevPageToken

The pagination token for the previous page of results.

Declaration
[JsonProperty("prevPageToken")]
public virtual string PrevPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX