Stay organized with collections
Save and categorize content based on your preferences.
TargetReference
A lightweight reference to the target of activity.
JSON representation
{"teamDrive": {object (TeamDriveReference)},// Union field object can be only one of the following:"driveItem": {object (DriveItemReference)},"drive": {object (DriveReference)}// End of list of possible types for union field object.}
[[["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."],[[["`TargetReference` provides a lightweight way to reference the target of an activity."],["The target can be a Drive item, a shared drive, or a deprecated Team Drive."],["`TargetReference` uses a union field \"object\" to specify the type of target, which can be `driveItem`, `drive`, or the deprecated `teamDrive`."],["When referencing a shared drive, the `drive` field should be used instead of the deprecated `teamDrive` field."]]],[]]