View Source GoogleApi.Drive.V3.Model.AboutStorageQuota (google_api_drive v0.27.0)

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

Attributes

  • limit (type: String.t, default: nil) - The usage limit, if applicable. This will not be present if the user has unlimited storage.
  • usage (type: String.t, default: nil) - The total usage across all services.
  • usageInDrive (type: String.t, default: nil) - The usage by all files in Google Drive.
  • usageInDriveTrash (type: String.t, default: nil) - The usage by trashed files in Google Drive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.AboutStorageQuota{
  limit: String.t() | nil,
  usage: String.t() | nil,
  usageInDrive: String.t() | nil,
  usageInDriveTrash: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.