Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
ActionDetail
Datos que describen el tipo y la información adicional de una acción.
Representación JSON
{// Union field action_detail can 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 field action_detail.}
Campos
Campo de unión action_detail. Datos que describen el tipo y la información adicional de una acción.
action_detail solo puede ser uno de los siguientes:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-11-23 (UTC)"],[[["`ActionDetail` provides data about the type and specifics of an action performed on a Drive item."],["It's represented as a union field, meaning only one action type can be present at a time."],["Possible action types include create, edit, move, rename, delete, restore, permission change, comment, data leak prevention change, reference, settings change, and applied label change."],["Each action type has a corresponding object containing further details about the specific action taken."],["The `action_detail` field helps understand how Drive items are being interacted with and modified over time."]]],[]]