View Source GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfigurationDetail (google_api_games_configuration v0.12.0)
An achievement configuration detail.
Attributes
-
description
(type:GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t
, default:nil
) - Localized strings for the achievement description. -
iconUrl
(type:String.t
, default:nil
) - The icon url of this achievement. Writes to this field are ignored. -
kind
(type:String.t
, default:nil
) - Uniquely identifies the type of this resource. Value is always the fixed stringgamesConfiguration#achievementConfigurationDetail
. -
name
(type:GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t
, default:nil
) - Localized strings for the achievement name. -
pointValue
(type:integer()
, default:nil
) - Point value for the achievement. -
sortRank
(type:integer()
, default:nil
) - The sort rank of this achievement. Writes to this field are ignored.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GamesConfiguration.V1configuration.Model.AchievementConfigurationDetail{ description: GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t() | nil, iconUrl: String.t() | nil, kind: String.t() | nil, name: GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle.t() | nil, pointValue: integer() | nil, sortRank: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.