Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Ação
Informações sobre a ação.
Representação JSON
{"detail": {object (ActionDetail)},"actor": {object (Actor)},"target": {object (Target)},// Union field time can be only one of the following:"timestamp": string,"timeRange": {object (TimeRange)}// End of list of possible types for union field time.}
O destino afetado por essa ação (ou vazio, se estiver afetando todos os destinos). Representa o estado do destino imediatamente após a ocorrência da ação.
Campo de união
time: Quando a ação ocorreu (ou vazia, se ao mesmo tempo que toda a atividade).
time
pode ser apenas uma das seguintes opções:
Um carimbo de data/hora no formato RFC3339 UTC "Zulu", com resolução de nanossegundos e até nove dígitos fracionários. Exemplos:
"2014-10-02T15:01:23Z"
e
"2014-10-02T15:01:23.045123456Z".
[[["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-09-05 UTC."],[[["Drive Activity API provides detailed information about actions performed on files within Google Drive."],["Each activity record includes specifics on the action, the actor who performed it, and the target file or folder affected."],["The `detail` field offers further information about the type of action, such as creating, editing, or moving a file."],["Activity records are timestamped for precise tracking of when the action took place, potentially within a specific time range."],["`actor`, `target`, and `time` fields provide context and allow for filtering and analysis of activity data."]]],["The document defines a JSON structure representing an action. Key elements include `detail` (action type and information), `actor` (the entity responsible for the action), and `target` (the entity affected). The action's timing is captured by the `time` field, which can be a specific `timestamp` or a `timeRange`. These fields provide details about who did what and when.\n"]]