GoogleApi.PlayCustomApp.V1.Model.CustomApp (google_api_play_custom_app v0.10.0) View Source

This resource represents a custom app.

Attributes

  • languageCode (type: String.t, default: nil) - Default listing language in BCP 47 format.
  • packageName (type: String.t, default: nil) - Output only. Package name of the created Android app. Only present in the API response.
  • 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

Specs

t() :: %GoogleApi.PlayCustomApp.V1.Model.CustomApp{
  languageCode: String.t(),
  packageName: String.t(),
  title: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.