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

Attributes

  • fullDescription (type: String.t, default: nil) - Full description of the app; this may be up to 4000 characters in length.
  • language (type: String.t, default: nil) - Language localization code (for example, "de-AT" for Austrian German).
  • shortDescription (type: String.t, default: nil) - Short description of the app (previously known as promo text); this may be up to 80 characters in length.
  • title (type: String.t, default: nil) - App's localized title.
  • video (type: String.t, default: nil) - URL of a promotional YouTube video for the app.

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.Listing{
  fullDescription: String.t(),
  language: String.t(),
  shortDescription: String.t(),
  title: String.t(),
  video: 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.