google_api_play_custom_app v0.3.0 GoogleApi.PlayCustomApp.V1.Model.CustomApp View Source

This resource represents a custom app.

Attributes

  • languageCode (type: String.t, default: nil) - Default listing language in BCP 47 format.
  • title (type: String.t, default: nil) - Title for the Android 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.PlayCustomApp.V1.Model.CustomApp{
  languageCode: String.t(),
  title: 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.