Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Azione
Informazioni sull'azione.
Rappresentazione 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.}
Il target interessato da questa azione (o vuoto se interessa tutti i target). Rappresenta lo stato del target subito dopo che si è verificata questa azione.
Campo unione
time. Quando si è verificata l'azione (o lascia vuota la stessa ora dell'intera attività).
time
può essere solo uno dei seguenti:
L'azione si è verificata in questo momento specifico.
Un timestamp nel formato RFC3339 UTC "Zulu" con risoluzione in nanosecondi e fino a nove cifre frazionarie. Esempi:
"2014-10-02T15:01:23Z"
e
"2014-10-02T15:01:23.045123456Z".
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]