google_api_games_configuration v0.5.0 GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedString View Source

This is a JSON template for a localized string resource.

Attributes

  • kind (type: String.t, default: gamesConfiguration#localizedString) - Uniquely identifies the type of this resource. Value is always the fixed string gamesConfiguration#localizedString.
  • locale (type: String.t, default: nil) - The locale string.
  • value (type: String.t, default: nil) - The string value.

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 Source
t() :: %GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedString{
  kind: String.t(),
  locale: String.t(),
  value: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.