Stay organized with collectionsSave and categorize content based on your preferences.
Owner
Information about the owner of a Drive item.
JSON representation
{"teamDrive":{object (TeamDriveReference)},"domain":{object (Domain)},// Union fieldownercan be only one of the following:"user":{object (User)},"drive":{object (DriveReference)}// End of list of possible types for union fieldowner.}
[[["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 2025-07-23 UTC."],[],[],null,["# Owner\n-----\n\n\nInformation about the owner of a Drive item.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"teamDrive\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/deprecated#TeamDriveReference) }, \"domain\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/domain#Domain) }, // Union field `owner` can be only one of the following: \"user\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/user#User) }, \"drive\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/drivereference#DriveReference) } // End of list of possible types for union field `owner`. } ``` |\n\n| Fields ||\n|----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `teamDrive ` ` `**(deprecated)** | `object (`[TeamDriveReference](/workspace/drive/activity/v2/reference/rest/v2/activity/deprecated#TeamDriveReference)`)` | This field is deprecated; please use the | `drive` | field instead. This field is deprecated; please use the `drive` field instead. |\n| `domain` | `object (`[Domain](/workspace/drive/activity/v2/reference/rest/v2/activity/domain#Domain)`)` The domain of the Drive item owner. |\n| Union field `owner`. The owner of the Drive item. `owner` can be only one of the following: ||\n| `user` | `object (`[User](/workspace/drive/activity/v2/reference/rest/v2/activity/user#User)`)` The user that owns the Drive item. |\n| `drive` | `object (`[DriveReference](/workspace/drive/activity/v2/reference/rest/v2/activity/drivereference#DriveReference)`)` The drive that owns the item. |"]]