Show / Hide Table of Contents

Class PlayerLeaderboardScoreListResponse

This is a JSON template for a list of player leaderboard scores.

Inheritance
System.Object
PlayerLeaderboardScoreListResponse
Implements
IDirectResponseSchema
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class PlayerLeaderboardScoreListResponse : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Items

The leaderboard scores.

Declaration
public virtual IList<PlayerLeaderboardScore> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<PlayerLeaderboardScore>

Kind

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

Declaration
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

NextPageToken

The pagination token for the next page of results.

Declaration
public virtual string NextPageToken { get; set; }
Property Value
Type Description
System.String

Player

The Player resources for the owner of this score.

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

Implements

IDirectResponseSchema
Back to top