google_api_games v0.0.1 GoogleApi.Games.V1.Model.PlayerExperienceInfo View Source

This is a JSON template for 1P/3P metadata about the player's experience.

Attributes

  • currentExperiencePoints (String): The current number of experience points for the player. Defaults to: null.
  • currentLevel (PlayerLevel): The current level of the player. Defaults to: null.
  • kind (String): Uniquely identifies the type of this resource. Value is always the fixed string games#playerExperienceInfo. Defaults to: null.
  • lastLevelUpTimestampMillis (String): The timestamp when the player was leveled up, in millis since Unix epoch UTC. Defaults to: null.
  • nextLevel (PlayerLevel): The next level of the player. If the current level is the maximum level, this should be same as the current level. Defaults to: null.