Show / Hide Table of Contents

Class GamesPlayerExperienceInfoResource

1P/3P metadata about the player's experience.

Inheritance
object
GamesPlayerExperienceInfoResource
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX