View Source GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1App (google_api_play_developer_reporting v0.5.0)

A representation of an app in the Play Store.

Attributes

  • displayName (type: String.t, default: nil) - Title of the app. This is the latest title as set in the Play Console and may not yet have been reviewed, so might not match the Play Store. Example: Google Maps.
  • name (type: String.t, default: nil) - Identifier. The resource name. Format: apps/{app}
  • packageName (type: String.t, default: nil) - Package name of the app. Example: com.example.app123.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1App{
    displayName: String.t() | nil,
    name: String.t() | nil,
    packageName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.