View Source GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedString (google_api_games_configuration v0.12.0)

A localized string resource.

Attributes

  • kind (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GamesConfiguration.V1configuration.Model.LocalizedString{
  kind: String.t() | nil,
  locale: String.t() | nil,
  value: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.