Class PlayerExperienceInfo
1P/3P metadata about the player's experience.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class PlayerExperienceInfo : IDirectResponseSchema
Properties
CurrentExperiencePoints
The current number of experience points for the player.
Declaration
[JsonProperty("currentExperiencePoints")]
public virtual long? CurrentExperiencePoints { get; set; }
Property Value
Type | Description |
---|---|
long? |
CurrentLevel
The current level of the player.
Declaration
[JsonProperty("currentLevel")]
public virtual PlayerLevel CurrentLevel { get; set; }
Property Value
Type | Description |
---|---|
PlayerLevel |
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#playerExperienceInfo
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
LastLevelUpTimestampMillis
The timestamp when the player was leveled up, in millis since Unix epoch UTC.
Declaration
[JsonProperty("lastLevelUpTimestampMillis")]
public virtual long? LastLevelUpTimestampMillis { get; set; }
Property Value
Type | Description |
---|---|
long? |
NextLevel
The next level of the player. If the current level is the maximum level, this should be same as the current level.
Declaration
[JsonProperty("nextLevel")]
public virtual PlayerLevel NextLevel { get; set; }
Property Value
Type | Description |
---|---|
PlayerLevel |