SystemEvent
SystemEvent
Event triggered by system operations instead of end users.
JSON representation
|
{
"type": enum (Type )
}
|
Fields
|
type
|
enum (Type )
The type of the system event that may triggered activity.
|
Type
The types of system events that may trigger activity.
Enums
|
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["SystemEvent refers to events initiated by system operations, not user actions."],["These events are categorized by type, such as user deletion or trash auto-purge, and are represented in JSON format."],["The `type` field within the JSON structure specifies the kind of system event that triggered the activity."]]],[]]