Enum DriveItemType

DriveItemType

An enum define the file type for a drive item.

To call an enum, you call its parent class, name, and property. For example, CardService.DriveItemType.DOCUMENTS.

Properties

PropertyTypeDescription
DRIVE_ITEM_TYPE_UNSPECIFIEDEnumDefault value. Don't use.
DOCUMENTSEnumRepresents a Google Docs document.
SPREADSHEETSEnumRepresents a Google Sheets document.
PRESENTATIONSEnumRepresents a Google Slides document.
PDFSEnumRepresents a PDF document.
FORMSEnumRepresents a Google Forms document.
FOLDERSEnumRepresents a Google Drive folder.