class Google::Apis::AndroidenterpriseV1::AppUpdateEvent
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
product_id[RW]
The id of the product (e.g. “app:com.google.android.gm”) that was updated. This field will always be present. Corresponds to the JSON property `productId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 456 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidenterprise_v1/classes.rb, line 461 def update!(**args) @product_id = args[:product_id] if args.key?(:product_id) end