Show / Hide Table of Contents

Class LeaderboardListResponse

This is a JSON template for a list of leaderboard objects.

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

Properties

ETag

The ETag of the item.

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

Items

The leaderboards.

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

Kind

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

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

NextPageToken

Token corresponding to the next page of results.

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

Implements

IDirectResponseSchema
Back to top