google_api_android_publisher v0.9.0 GoogleApi.AndroidPublisher.V2.Model.ApkListing View Source

Attributes

  • language (type: String.t, default: nil) - The language code, in BCP 47 format (eg "en-US").
  • recentChanges (type: String.t, default: nil) - Describe what's new in your APK.

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.V2.Model.ApkListing{
  language: String.t(),
  recentChanges: 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.