Class Leaderboard
The Leaderboard resource.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class Leaderboard : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IconUrl
The icon for the leaderboard.
Declaration
[JsonProperty("iconUrl")]
public virtual string IconUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The leaderboard ID.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
IsIconUrlDefault
Indicates whether the icon image being returned is a default image, or is game-provided.
Declaration
[JsonProperty("isIconUrlDefault")]
public virtual bool? IsIconUrlDefault { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string games#leaderboard
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the leaderboard.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Order
How scores are ordered.
Declaration
[JsonProperty("order")]
public virtual string Order { get; set; }
Property Value
Type | Description |
---|---|
string |