google_api_drive v0.5.0 GoogleApi.Drive.V3.Model.AboutStorageQuota View Source

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.

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.AboutStorageQuota{
  limit: String.t(),
  usage: String.t(),
  usageInDrive: String.t(),
  usageInDriveTrash: String.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.