Show / Hide Table of Contents

Class Leaderboard

This is a JSON template for the Leaderboard resource.

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

Properties

ETag

The ETag of the item.

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

IconUrl

The icon for the leaderboard.

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

Id

The leaderboard ID.

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

IsIconUrlDefault

Indicates whether the icon image being returned is a default image, or is game-provided.

Declaration
public virtual Nullable<bool> IsIconUrlDefault { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Kind

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

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

Name

The name of the leaderboard.

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

Order

How scores are ordered. Possible values are: - "LARGER_IS_BETTER" - Larger values are better; scores are sorted in descending order. - "SMALLER_IS_BETTER" - Smaller values are better; scores are sorted in ascending order.

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

Implements

IDirectResponseSchema
Back to top