DriveFolder

Representation of a Google Drive folder.

JSON representation
{
  "id": string,
  "title": string,
  "alternateLink": string
}
Fields
id

string

Drive API resource ID.

title

string

Title of the Drive folder.

Read-only.