Class LeaderboardConfiguration
An leaderboard configuration resource.
Implements
Inherited Members
Namespace: Google.Apis.GamesConfiguration.v1configuration.Data
Assembly: Google.Apis.GamesConfiguration.v1configuration.dll
Syntax
public class LeaderboardConfiguration : IDirectResponseSchema
Properties
Draft
The draft data of the leaderboard.
Declaration
[JsonProperty("draft")]
public virtual LeaderboardConfigurationDetail Draft { get; set; }
Property Value
Type | Description |
---|---|
LeaderboardConfigurationDetail |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The ID of the leaderboard.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string
gamesConfiguration#leaderboardConfiguration
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Published
The read-only published data of the leaderboard.
Declaration
[JsonProperty("published")]
public virtual LeaderboardConfigurationDetail Published { get; set; }
Property Value
Type | Description |
---|---|
LeaderboardConfigurationDetail |
ScoreMax
Maximum score that can be posted to this leaderboard.
Declaration
[JsonProperty("scoreMax")]
public virtual long? ScoreMax { get; set; }
Property Value
Type | Description |
---|---|
long? |
ScoreMin
Minimum score that can be posted to this leaderboard.
Declaration
[JsonProperty("scoreMin")]
public virtual long? ScoreMin { get; set; }
Property Value
Type | Description |
---|---|
long? |
ScoreOrder
Declaration
[JsonProperty("scoreOrder")]
public virtual string ScoreOrder { get; set; }
Property Value
Type | Description |
---|---|
string |
Token
The token for this resource.
Declaration
[JsonProperty("token")]
public virtual string Token { get; set; }
Property Value
Type | Description |
---|---|
string |