type property

String? type
getter/setter pair

The type of the system event that may triggered activity. Possible string values are:

  • "TYPE_UNSPECIFIED" : The event type is unspecified.
  • "USER_DELETION" : The event is a consequence of a user account being deleted.
  • "TRASH_AUTO_PURGE" : The event is due to the system automatically purging trash.

Implementation

core.String? type;