drive  v3
Classes | Properties | List of all members
Google.Apis.Drive.v3.Data.About Class Reference

Information about the user, the user's Drive, and system capabilities. More...

Inheritance diagram for Google.Apis.Drive.v3.Data.About:
Google::Apis::Requests::IDirectResponseSchema

Classes

class  DriveThemesData
 
class  StorageQuotaData
 The user's storage quota limits and usage. All fields are measured in bytes. More...
 
class  TeamDriveThemesData
 

Properties

virtual System.Nullable< bool > AppInstalled [get, set]
 Whether the user has installed the requesting app. More...
 
virtual System.Nullable< bool > CanCreateDrives [get, set]
 Whether the user can create shared drives. More...
 
virtual System.Nullable< bool > CanCreateTeamDrives [get, set]
 Deprecated - use canCreateDrives instead. More...
 
virtual System.Collections.Generic.IList< About.DriveThemesDataDriveThemes [get, set]
 A list of themes that are supported for shared drives. More...
 
virtual System.Collections.Generic.IDictionary< string, System.Collections.Generic.IList< string > > ExportFormats [get, set]
 A map of source MIME type to possible targets for all supported exports. More...
 
virtual System.Collections.Generic.IList< string > FolderColorPalette [get, set]
 The currently supported folder colors as RGB hex strings. More...
 
virtual System.Collections.Generic.IDictionary< string, System.Collections.Generic.IList< string > > ImportFormats [get, set]
 A map of source MIME type to possible targets for all supported imports. More...
 
virtual string Kind [get, set]
 Identifies what kind of resource this is. Value: the fixed string "drive#about". More...
 
virtual System.Collections.Generic.IDictionary< string, System.Nullable< long > > MaxImportSizes [get, set]
 A map of maximum import sizes by MIME type, in bytes. More...
 
virtual System.Nullable< long > MaxUploadSize [get, set]
 The maximum upload size in bytes. More...
 
virtual About.StorageQuotaData StorageQuota [get, set]
 The user's storage quota limits and usage. All fields are measured in bytes. More...
 
virtual System.Collections.Generic.IList< About.TeamDriveThemesDataTeamDriveThemes [get, set]
 Deprecated - use driveThemes instead. More...
 
virtual User User [get, set]
 The authenticated user. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Information about the user, the user's Drive, and system capabilities.

Property Documentation

◆ AppInstalled

virtual System.Nullable<bool> Google.Apis.Drive.v3.Data.About.AppInstalled
getset

Whether the user has installed the requesting app.

◆ CanCreateDrives

virtual System.Nullable<bool> Google.Apis.Drive.v3.Data.About.CanCreateDrives
getset

Whether the user can create shared drives.

◆ CanCreateTeamDrives

virtual System.Nullable<bool> Google.Apis.Drive.v3.Data.About.CanCreateTeamDrives
getset

Deprecated - use canCreateDrives instead.

◆ DriveThemes

virtual System.Collections.Generic.IList<About.DriveThemesData> Google.Apis.Drive.v3.Data.About.DriveThemes
getset

A list of themes that are supported for shared drives.

◆ ETag

virtual string Google.Apis.Drive.v3.Data.About.ETag
getset

The ETag of the item.

◆ ExportFormats

virtual System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string> > Google.Apis.Drive.v3.Data.About.ExportFormats
getset

A map of source MIME type to possible targets for all supported exports.

◆ FolderColorPalette

virtual System.Collections.Generic.IList<string> Google.Apis.Drive.v3.Data.About.FolderColorPalette
getset

The currently supported folder colors as RGB hex strings.

◆ ImportFormats

virtual System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string> > Google.Apis.Drive.v3.Data.About.ImportFormats
getset

A map of source MIME type to possible targets for all supported imports.

◆ Kind

virtual string Google.Apis.Drive.v3.Data.About.Kind
getset

Identifies what kind of resource this is. Value: the fixed string "drive#about".

◆ MaxImportSizes

virtual System.Collections.Generic.IDictionary<string,System.Nullable<long> > Google.Apis.Drive.v3.Data.About.MaxImportSizes
getset

A map of maximum import sizes by MIME type, in bytes.

◆ MaxUploadSize

virtual System.Nullable<long> Google.Apis.Drive.v3.Data.About.MaxUploadSize
getset

The maximum upload size in bytes.

◆ StorageQuota

virtual About.StorageQuotaData Google.Apis.Drive.v3.Data.About.StorageQuota
getset

The user's storage quota limits and usage. All fields are measured in bytes.

◆ TeamDriveThemes

virtual System.Collections.Generic.IList<About.TeamDriveThemesData> Google.Apis.Drive.v3.Data.About.TeamDriveThemes
getset

Deprecated - use driveThemes instead.

◆ User

virtual User Google.Apis.Drive.v3.Data.About.User
getset

The authenticated user.


The documentation for this class was generated from the following file: