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