GoogleApi.Games.V1.Model.AchievementUpdateRequest (google_api_games v0.22.0) View Source
A request to update an achievement.
Attributes
-
achievementId(type:String.t, default:nil) - The achievement this update is being applied to. -
incrementPayload(type:GoogleApi.Games.V1.Model.GamesAchievementIncrement.t, default:nil) - The payload if an update of typeINCREMENTwas requested for the achievement. -
kind(type:String.t, default:nil) - Uniquely identifies the type of this resource. Value is always the fixed stringgames#achievementUpdateRequest. -
setStepsAtLeastPayload(type:GoogleApi.Games.V1.Model.GamesAchievementSetStepsAtLeast.t, default:nil) - The payload if an update of typeSET_STEPS_AT_LEASTwas requested for the achievement. -
updateType(type:String.t, default:nil) - The type of update being applied.
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.AchievementUpdateRequest{
achievementId: String.t() | nil,
incrementPayload:
GoogleApi.Games.V1.Model.GamesAchievementIncrement.t() | nil,
kind: String.t() | nil,
setStepsAtLeastPayload:
GoogleApi.Games.V1.Model.GamesAchievementSetStepsAtLeast.t() | nil,
updateType: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.