View Source GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle (google_api_games_configuration v0.12.0)
A localized string bundle resource.
Attributes
-
kind(type:String.t, default:nil) - Uniquely identifies the type of this resource. Value is always the fixed stringgamesConfiguration#localizedStringBundle. -
translations(type:list(GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedString.t), default:nil) - The locale strings.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle{ kind: String.t() | nil, translations: [GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedString.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.