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

This is a JSON template for an achievement update response.

Attributes

  • achievementId (String): The achievement this update is was applied to. Defaults to: null.
  • currentState (String): The current 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 recorded for this achievement if it is incremental. Defaults to: null.
  • kind (String): Uniquely identifies the type of this resource. Value is always the fixed string games#achievementUpdateResponse. Defaults to: null.
  • newlyUnlocked (Boolean): Whether this achievement was newly unlocked (that is, whether the unlock request for the achievement was the first for the player). Defaults to: null.
  • updateOccurred (Boolean): Whether the requested updates actually affected the achievement. Defaults to: null.