Delete
Delete
JSON representation
|
{
"type": enum (Type )
}
|
Fields
|
type
|
enum (Type )
The type of delete action taken.
|
Type
Enums
|
TYPE_UNSPECIFIED
|
Deletion type is not available.
|
TRASH
|
An object was put into the trash.
|
PERMANENT_DELETE
|
An object was deleted permanently.
|
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."],[[["This document outlines the \"Delete\" activity type within Google Drive, indicating an object was deleted."],["The activity details include a JSON representation with a \"type\" field specifying the kind of deletion (trash or permanent)."],["\"Type\" field further categorizes the deletion into \"TYPE_UNSPECIFIED,\" \"TRASH,\" or \"PERMANENT_DELETE\" for detailed understanding."]]],[]]