Stay organized with collections
Save and categorize content based on your preferences.
Actor
The actor of a Drive activity.
JSON representation
{// Union field type can be only one of the following:"user": {object (User)},"anonymous": {object (AnonymousUser)},"impersonation": {object (Impersonation)},"system": {object (SystemEvent)},"administrator": {object (Administrator)}// End of list of possible types for union field type.}
Fields
Union field
type. The type of actor.
type
can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["The Actor field identifies who or what initiated a Drive activity."],["Actor can be a user, an anonymous user, an impersonated account, a system event, or an administrator."],["The `type` field specifies the type of actor and links to more details about each actor type."],["JSON representation describes the structure of the actor object with its union field `type`."]]],[]]