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

This is a JSON template for an achievement object.

Attributes

  • achievementState (String): The state of the achievement. Possible values are: - "HIDDEN" - Achievement is hidden. - "REVEALED" - Achievement is revealed. - "UNLOCKED" - Achievement is unlocked. Defaults to: null.
  • currentSteps (Integer): The current steps for an incremental achievement. Defaults to: null.
  • experiencePoints (String): Experience points earned for the achievement. This field is absent for achievements that have not yet been unlocked and 0 for achievements that have been unlocked by testers but that are unpublished. Defaults to: null.
  • formattedCurrentStepsString (String): The current steps for an incremental achievement as a string. Defaults to: null.
  • id (String): The ID of the achievement. Defaults to: null.
  • kind (String): Uniquely identifies the type of this resource. Value is always the fixed string games#playerAchievement. Defaults to: null.
  • lastUpdatedTimestamp (String): The timestamp of the last modification to this achievement's state. Defaults to: null.