Drive
Drive
Information about a shared drive.
JSON representation
|
{
"name": string,
"title": string,
"root": {
object (DriveItem )
}
}
|
Fields
|
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.
|
title
|
string
The title of the shared drive.
|
root
|
object (DriveItem )
The root of this shared drive.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["Drive resource represents information about a shared drive, including its name, title, and root."],["The resource name uses a specific format with collection and drive IDs but clients should not assume a fixed collection ID."],["The root of the shared drive is represented by a DriveItem object, giving access to its contents."]]],[]]