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

Targeting based on language.

Attributes

  • alternatives (type: list(String.t), default: nil) - Alternative languages.
  • value (type: list(String.t), default: nil) - ISO-639: 2 or 3 letter language code.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.LanguageTargeting{
  alternatives: [String.t()] | nil,
  value: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.