google_api_drive v0.16.0 GoogleApi.Drive.V3.Model.About View Source
Information about the user, the user's Drive, and system capabilities.
Attributes
-
appInstalled(type:boolean(), default:nil) - Whether the user has installed the requesting app. -
canCreateDrives(type:boolean(), default:nil) - Whether the user can create shared drives. -
canCreateTeamDrives(type:boolean(), default:nil) - Deprecated - use canCreateDrives instead. -
driveThemes(type:list(GoogleApi.Drive.V3.Model.AboutDriveThemes.t), default:nil) - A list of themes that are supported for shared drives. -
exportFormats(type:map(), default:nil) - A map of source MIME type to possible targets for all supported exports. -
folderColorPalette(type:list(String.t), default:nil) - The currently supported folder colors as RGB hex strings. -
importFormats(type:map(), default:nil) - A map of source MIME type to possible targets for all supported imports. -
kind(type:String.t, default:drive#about) - Identifies what kind of resource this is. Value: the fixed string "drive#about". -
maxImportSizes(type:map(), default:nil) - A map of maximum import sizes by MIME type, in bytes. -
maxUploadSize(type:String.t, default:nil) - The maximum upload size in bytes. -
storageQuota(type:GoogleApi.Drive.V3.Model.AboutStorageQuota.t, default:nil) - The user's storage quota limits and usage. All fields are measured in bytes. -
teamDriveThemes(type:list(GoogleApi.Drive.V3.Model.AboutTeamDriveThemes.t), default:nil) - Deprecated - use driveThemes instead. -
user(type:GoogleApi.Drive.V3.Model.User.t, default:nil) - The authenticated user.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Drive.V3.Model.About{
appInstalled: boolean(),
canCreateDrives: boolean(),
canCreateTeamDrives: boolean(),
driveThemes: [GoogleApi.Drive.V3.Model.AboutDriveThemes.t()],
exportFormats: map(),
folderColorPalette: [String.t()],
importFormats: map(),
kind: String.t(),
maxImportSizes: map(),
maxUploadSize: String.t(),
storageQuota: GoogleApi.Drive.V3.Model.AboutStorageQuota.t(),
teamDriveThemes: [GoogleApi.Drive.V3.Model.AboutTeamDriveThemes.t()],
user: GoogleApi.Drive.V3.Model.User.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.