google_api_android_publisher v0.5.0 GoogleApi.AndroidPublisher.V3.Model.LocalizedText View Source

Attributes

  • language (type: String.t, default: nil) - The language code, in BCP 47 format (eg "en-US").
  • text (type: String.t, default: nil) - The text in the given language.

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.AndroidPublisher.V3.Model.LocalizedText{
  language: String.t(),
  text: 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.