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

The consumer-visible metadata of a subscription.

Attributes

  • benefits (type: list(String.t), default: nil) - A list of benefits shown to the user on platforms such as the Play Store and in restoration flows in the language of this listing. Plain text. Ordered list of at most four benefits.
  • description (type: String.t, default: nil) - The description of this subscription in the language of this listing. Maximum length - 80 characters. Plain text.
  • languageCode (type: String.t, default: nil) - Required. The language of this listing, as defined by BCP-47, e.g. "en-US".
  • title (type: String.t, default: nil) - Required. The title of this subscription in the language of this listing. Plain text.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.SubscriptionListing{
  benefits: [String.t()] | nil,
  description: String.t() | nil,
  languageCode: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.