Sha256: 5008bb37564c5b066ce1c5fb1a27d496e9041820c6cda9bee7dee827432d94b5
Contents?: true
Size: 335 Bytes
Versions: 8
Compression:
Stored size: 335 Bytes
Contents
module DropboxApi::Metadata # Example of a serialized {Deleted} object: # { # ".tag": "deleted", # "name": "file.txt", # "path_lower": "/file.txt", # "path_display": "/file.txt" # } class Deleted < Base field :name, String field :path_lower, String field :path_display, String end end
Version data entries
8 entries across 8 versions & 1 rubygems