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.