DriveItemReference
A lightweight reference to a Drive item, such as a file or folder.
| JSON representation |
|---|
{ "name": string, "title": string, "file": { object ( |
| Fields | |
|---|---|
name
|
The target Drive item. The format is
|
title
|
The title of the Drive item. |
file
|
This field is deprecated; please use the
|
folder
|
This field is deprecated; please use the
|
Union field
item_type. If present, this describes the type of the Drive item.
item_type
can be only one of the following:
|
|
driveFile
|
The Drive item is a file. |
driveFolder
|
The Drive item is a folder. Includes information about the type of folder. |