Sha256: 3b3e3c7dba2b70c6e4b1cb3acf114a732c110f873c28f487deb2de17fc8dffca
Contents?: true
Size: 341 Bytes
Versions: 8
Compression:
Stored size: 341 Bytes
Contents
module DropboxApi::Metadata # Example of a serialized {SpaceUsage} object: # { # "used": 167685342, # "allocation": { # ".tag": "individual", # "allocated": 2147483648 # } # } class SpaceUsage < Base field :used, String field :allocation, DropboxApi::Metadata::SpaceAllocation end end
Version data entries
8 entries across 8 versions & 1 rubygems