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

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

Attributes

  • limit (String.t): The usage limit, if applicable. This will not be present if the user has unlimited storage. Defaults to: null.
  • usage (String.t): The total usage across all services. Defaults to: null.
  • usageInDrive (String.t): The usage by all files in Google Drive. Defaults to: null.
  • usageInDriveTrash (String.t): The usage by trashed files in Google Drive. 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.AboutStorageQuota{
  limit: any(),
  usage: any(),
  usageInDrive: any(),
  usageInDriveTrash: any()
}

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.