Stay organized with collections
Save 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 field owner can be only one of the following:"user": {object (User)},"drive": {object (DriveReference)}// End of list of possible types for union field owner.}
[[["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 `Owner` object provides information about who owns a specific Drive item."],["An owner can be a user, a shared drive (previously known as Team Drive), or a domain."],["The `teamDrive` field is deprecated and you should use the `drive` field instead to get information about a shared drive."],["You can identify the owner using the `user`, `drive`, or `domain` fields within the `owner` union field."]]],[]]