updateType property

String? updateType
getter/setter pair

The type of the update event. Possible string values are:

  • "UPDATE_TYPE_UNSPECIFIED" : Default value. This value is not used.
  • "MODIFICATION" : The app was modified.
  • "DELETION" : The app stopped being eligible for catalog inclusion or was removed from the Play Store.

Implementation

core.String? updateType;