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