The resource name of the shared drive. The format is
COLLECTION_ID/DRIVE_ID. Clients should not assume a specific collection ID for this resource name.
[[["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,["# Drive\n-----\n\n\nInformation about a shared drive.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"title\": string, \"root\": { object (/workspace/drive/activity/v2/reference/rest/v2/activity/driveitem#DriveItem) } } ``` |\n\n| Fields ||\n|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name of the shared drive. The format is `COLLECTION_ID/DRIVE_ID`. Clients should not assume a specific collection ID for this resource name. |\n| `title` | `string` The title of the shared drive. |\n| `root` | `object (`[DriveItem](/workspace/drive/activity/v2/reference/rest/v2/activity/driveitem#DriveItem)`)` The root of this shared drive. |"]]