View Source GoogleApi.AndroidEnterprise.V1.Model.AppUpdateEvent (google_api_android_enterprise v0.26.0)

An event generated when a new version of an app is uploaded to Google Play. Notifications are sent for new public versions only: alpha, beta, or canary versions do not generate this event. To fetch up-to-date version history for an app, use Products.Get on the EMM API.

Attributes

  • productId (type: String.t, default: nil) - The id of the product (e.g. "app:com.google.android.gm") that was updated. This field will always be present.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.AppUpdateEvent{
  productId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.