google_api_android_enterprise v0.8.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
(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
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AndroidEnterprise.V1.Model.AppUpdateEvent{
productId: String.t()
}
t() :: %GoogleApi.AndroidEnterprise.V1.Model.AppUpdateEvent{ productId: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.