Resource: DriveActivity
A single Drive activity comprising one or more Actions by one or more Actors on one or more Targets. Some Action groupings occur spontaneously, such as moving an item into a shared folder triggering a permission change. Other groupings of related Actions, such as multiple Actors editing one item or moving multiple files into a new folder, are controlled by the selection of a ConsolidationStrategy in the QueryDriveActivityRequest.
JSON representation |
---|
{ "primaryActionDetail": { object ( |
Fields | |
---|---|
primaryActionDetail
|
Key information about the primary action for this activity. This is either representative, or the most important, of all actions in the activity, according to the ConsolidationStrategy in the request. |
actors[]
|
All actor(s) responsible for the activity. |
actions[]
|
Details on all actions in this activity. |
targets[]
|
All Google Drive objects this activity is about (e.g. file, folder, drive). This represents the state of the target immediately after the actions occurred. |
Union field
time . The period of time when this activity occurred.
time
can be only one of the following:
|
|
timestamp
|
The activity occurred at this specific time.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples:
|
timeRange
|
The activity occurred over this time range. |