class Google::Apis::AndroidenterpriseV1::AppRestrictionsSchemaChangeEvent

An event generated when a new app version is uploaded to Google Play and its app restrictions schema changed. To fetch the app restrictions schema for an app, use Products.getAppRestrictionsSchema on the EMM API.

Attributes

product_id[RW]

The id of the product (e.g. “app:com.google.android.gm”) for which the app restriction schema changed. 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 295
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 300
def update!(**args)
  @product_id = args[:product_id] if args.key?(:product_id)
end