google_api_games v0.16.0 GoogleApi.Games.V1.Model.AchievementIncrementResponse View Source

An achievement increment response

Attributes

  • currentSteps (type: integer(), default: nil) - The current steps recorded for this incremental achievement.
  • kind (type: String.t, default: nil) - Uniquely identifies the type of this resource. Value is always the fixed string games#achievementIncrementResponse.
  • newlyUnlocked (type: boolean(), default: nil) - Whether the current steps for the achievement has reached the number of steps required to unlock.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Games.V1.Model.AchievementIncrementResponse{
  currentSteps: integer(),
  kind: String.t(),
  newlyUnlocked: boolean()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.