Class: DropboxApi::Metadata::SpaceUsage

Inherits:
Base
  • Object
show all
Defined in:
lib/dropbox_api/metadata/space_usage.rb

Overview

Example of a serialized SpaceUsage object:

{
  "used": 167685342,
  "allocation": {
    ".tag": "individual",
    "allocated": 2147483648
  }
}

Method Summary

Methods inherited from Base

field, #initialize, #serialized_field, #to_hash

Constructor Details

This class inherits a constructor from DropboxApi::Metadata::Base