Class GamesPlayerExperienceInfoResource
1P/3P metadata about the player's experience.
Implements
Inherited Members
Namespace: Google.Apis.GamesManagement.v1management.Data
Assembly: Google.Apis.GamesManagement.v1management.dll
Syntax
public class GamesPlayerExperienceInfoResource : 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 GamesPlayerLevelResource CurrentLevel { get; set; }
Property Value
Type | Description |
---|---|
GamesPlayerLevelResource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { 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 GamesPlayerLevelResource NextLevel { get; set; }
Property Value
Type | Description |
---|---|
GamesPlayerLevelResource |