Stay organized with collectionsSave and categorize content based on your preferences.
ActionDetail
Data describing the type and additional information of an action.
JSON representation
{// Union fieldaction_detailcan be only one of the following:"create":{object (Create)},"edit":{object (Edit)},"move":{object (Move)},"rename":{object (Rename)},"delete":{object (Delete)},"restore":{object (Restore)},"permissionChange":{object (PermissionChange)},"comment":{object (Comment)},"dlpChange":{object (DataLeakPreventionChange)},"reference":{object (ApplicationReference)},"settingsChange":{object (SettingsChange)},"appliedLabelChange":{object (AppliedLabelChange)}// End of list of possible types for union fieldaction_detail.}
Fields
Union fieldaction_detail. Data describing the type and additional information of an action.action_detailcan be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-23 UTC."],[],[],null,["# ActionDetail\n------------\n\n\nData describing the type and additional information of an action.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { // Union field `action_detail` can be only one of the following: \"create\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/create#Create) }, \"edit\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/edit#Edit) }, \"move\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/move#Move) }, \"rename\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/rename#Rename) }, \"delete\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/delete#Delete) }, \"restore\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/restore#Restore) }, \"permissionChange\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/permissionchange#PermissionChange) }, \"comment\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/comment#Comment) }, \"dlpChange\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/dataleakpreventionchange#DataLeakPreventionChange) }, \"reference\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/applicationreference#ApplicationReference) }, \"settingsChange\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/settingschange#SettingsChange) }, \"appliedLabelChange\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/appliedlabelchange#AppliedLabelChange) } // End of list of possible types for union field `action_detail`. } ``` |\n\n| Fields ||\n|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Union field `action_detail`. Data describing the type and additional information of an action. `action_detail` can be only one of the following: ||\n| `create` | `object (`[Create](/workspace/drive/activity/v2/reference/rest/v2/activity/create#Create)`)` An object was created. |\n| `edit` | `object (`[Edit](/workspace/drive/activity/v2/reference/rest/v2/activity/edit#Edit)`)` An object was edited. |\n| `move` | `object (`[Move](/workspace/drive/activity/v2/reference/rest/v2/activity/move#Move)`)` An object was moved. |\n| `rename` | `object (`[Rename](/workspace/drive/activity/v2/reference/rest/v2/activity/rename#Rename)`)` An object was renamed. |\n| `delete` | `object (`[Delete](/workspace/drive/activity/v2/reference/rest/v2/activity/delete#Delete)`)` An object was deleted. |\n| `restore` | `object (`[Restore](/workspace/drive/activity/v2/reference/rest/v2/activity/restore#Restore)`)` A deleted object was restored. |\n| `permissionChange` | `object (`[PermissionChange](/workspace/drive/activity/v2/reference/rest/v2/activity/permissionchange#PermissionChange)`)` The permission on an object was changed. |\n| `comment` | `object (`[Comment](/workspace/drive/activity/v2/reference/rest/v2/activity/comment#Comment)`)` A change about comments was made. |\n| `dlpChange` | `object (`[DataLeakPreventionChange](/workspace/drive/activity/v2/reference/rest/v2/activity/dataleakpreventionchange#DataLeakPreventionChange)`)` A change happened in data leak prevention status. |\n| `reference` | `object (`[ApplicationReference](/workspace/drive/activity/v2/reference/rest/v2/activity/applicationreference#ApplicationReference)`)` An object was referenced in an application outside of Drive/Docs. |\n| `settingsChange` | `object (`[SettingsChange](/workspace/drive/activity/v2/reference/rest/v2/activity/settingschange#SettingsChange)`)` Settings were changed. |\n| `appliedLabelChange` | `object (`[AppliedLabelChange](/workspace/drive/activity/v2/reference/rest/v2/activity/appliedlabelchange#AppliedLabelChange)`)` Label was changed. |"]]
comment
object (
Comment
)A change about comments was made.