Class: Google::Apis::AndroidenterpriseV1::AppUpdateEvent

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidenterprise_v1/classes.rb,
generated/google/apis/androidenterprise_v1/representations.rb,
generated/google/apis/androidenterprise_v1/representations.rb

Overview

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.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppUpdateEvent

Returns a new instance of AppUpdateEvent.



429
430
431
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 429

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#product_idString

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

Returns:

  • (String)


427
428
429
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 427

def product_id
  @product_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



434
435
436
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 434

def update!(**args)
  @product_id = args[:product_id] if args.key?(:product_id)
end