Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
ActionDetail
Dados que descrevem o tipo e outras informações de uma ação.
Representação 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ão
action_detail. Dados que descrevem o tipo e outras informações de uma ação.
action_detail
pode ser apenas um dos seguintes:
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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."]]],["The document details `action_detail`, which describes various actions with associated information. These actions, represented in JSON, include creating, editing, moving, renaming, deleting, and restoring objects. Other actions involve permission changes, comments, data leak prevention changes, application references, settings changes, and label modifications. Each action type links to a specific object detailing the action's specifics. The `action_detail` is a union field, allowing only one action type per instance.\n"]]