google_api_drive v0.0.1 GoogleApi.Drive.V3.Model.About View Source
Information about the user, the user's Drive, and system capabilities.
Attributes
- appInstalled (boolean()): Whether the user has installed the requesting app. Defaults to:
null
. - canCreateTeamDrives (boolean()): Whether the user can create Team Drives. Defaults to:
null
. - exportFormats (%{optional(String.t) => [String.t]}): A map of source MIME type to possible targets for all supported exports. Defaults to:
null
. - folderColorPalette ([String.t]): The currently supported folder colors as RGB hex strings. Defaults to:
null
. - importFormats (%{optional(String.t) => [String.t]}): A map of source MIME type to possible targets for all supported imports. Defaults to:
null
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "drive#about". Defaults to:
null
. - maxImportSizes (%{optional(String.t) => String.t}): A map of maximum import sizes by MIME type, in bytes. Defaults to:
null
. - maxUploadSize (String.t): The maximum upload size in bytes. Defaults to:
null
. - storageQuota (AboutStorageQuota): Defaults to:
null
. - teamDriveThemes ([AboutTeamDriveThemes]): A list of themes that are supported for Team Drives. Defaults to:
null
. - user (User): The authenticated user. Defaults to:
null
.