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

A localized store listing. The resource for ListingsService.

Attributes

  • fullDescription (type: String.t, default: nil) - Full description of the app.
  • language (type: String.t, default: nil) - Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
  • shortDescription (type: String.t, default: nil) - Short description of the app.
  • title (type: String.t, default: nil) - Localized title of the app.
  • video (type: String.t, default: nil) - URL of a promotional YouTube video for the app.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.Listing{
  fullDescription: String.t() | nil,
  language: String.t() | nil,
  shortDescription: String.t() | nil,
  title: String.t() | nil,
  video: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.