type property

String? type
getter/setter pair

The type of Drive folder. Possible string values are:

  • "TYPE_UNSPECIFIED" : The folder type is unknown.
  • "MY_DRIVE_ROOT" : The folder is the root of a user's MyDrive.
  • "SHARED_DRIVE_ROOT" : The folder is the root of a shared drive.
  • "STANDARD_FOLDER" : The folder is a standard, non-root, folder.

Implementation

core.String? type;