Show / Hide Table of Contents

Class PlayerScore

A player score.

Inheritance
object
PlayerScore
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX