Class PlayerScore
A player score.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class PlayerScore : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FormattedScore
The formatted score for this player score.
Declaration
[JsonProperty("formattedScore")]
public virtual string FormattedScore { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string games#playerScore
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Score
The numerical value for this player score.
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 |
TimeSpan
The time span for this player score.
Declaration
[JsonProperty("timeSpan")]
public virtual string TimeSpan { get; set; }
Property Value
Type | Description |
---|---|
string |