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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ AppUpdateEvent

Returns a new instance of AppUpdateEvent.



441
442
443
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 441

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)


439
440
441
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 439

def product_id
  @product_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



446
447
448
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 446

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