GoogleApi.WalletObjects.V1.Model.TranslatedString (google_api_wallet_objects v0.12.0)

View Source

Attributes

  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "walletobjects#translatedString".
  • language (type: String.t, default: nil) - Represents the BCP 47 language tag. Example values are "en-US", "en-GB", "de", or "de-AT".
  • value (type: String.t, default: nil) - The UTF-8 encoded translated string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.TranslatedString{
  kind: String.t() | nil,
  language: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.