google_api_games_configuration v0.7.0 GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedStringBundle{ kind: String.t(), translations: [ GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedString.t() ] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.