google_api_android_enterprise v0.1.0 GoogleApi.AndroidEnterprise.V1.Model.AppUpdateEvent View Source

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 (String.t): The id of the product (e.g. "app:com.google.android.gm") that was updated. This field will always be present. Defaults to: null.

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.AndroidEnterprise.V1.Model.AppUpdateEvent{productId: any()}

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.