Sha256: da15f95c5bbd6d540f71b5b734d9961668a305294c3b5b27e6c73061843030b2
Contents?: true
Size: 347 Bytes
Versions: 8
Compression:
Stored size: 347 Bytes
Contents
module DropboxApi::Metadata # Example of a serialized {Deleted} object: # # ```json # { # ".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