Class ScoreSubmission
A request to submit a score to leaderboards.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class ScoreSubmission : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string games#scoreSubmission
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
LeaderboardId
The leaderboard this score is being submitted to.
Declaration
[JsonProperty("leaderboardId")]
public virtual string LeaderboardId { get; set; }
Property Value
Type | Description |
---|---|
string |
Score
The new score being submitted.
Declaration
[JsonProperty("score")]
public virtual long? Score { get; set; }
Property Value
Type | Description |
---|---|
long? |
ScoreTag
Additional information about this score. Values will contain no more than 64 URI-safe characters as defined by section 2.3 of RFC 3986.
Declaration
[JsonProperty("scoreTag")]
public virtual string ScoreTag { get; set; }
Property Value
Type | Description |
---|---|
string |
Signature
Signature Values will contain URI-safe characters as defined by section 2.3 of RFC 3986.
Declaration
[JsonProperty("signature")]
public virtual string Signature { get; set; }
Property Value
Type | Description |
---|---|
string |