GoogleApi.AndroidEnterprise.V1.Model.AppUpdateEvent (google_api_android_enterprise v0.25.1) 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
(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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AndroidEnterprise.V1.Model.AppUpdateEvent{ productId: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.