google_api_drive v0.1.0 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Drive.V3.Model.About{
  appInstalled: any(),
  canCreateTeamDrives: any(),
  exportFormats: map(),
  folderColorPalette: [any()],
  importFormats: map(),
  kind: any(),
  maxImportSizes: map(),
  maxUploadSize: any(),
  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

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.