View Source GoogleApi.AndroidPublisher.V3.Model.LocalizedText (google_api_android_publisher v0.34.1)

Localized text in given language.

Attributes

  • language (type: String.t, default: nil) - Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
  • text (type: String.t, default: nil) - The text in the given language.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.LocalizedText{
  language: String.t() | nil,
  text: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.