Sha256: 915db07d4ca7a33d9f68e26b10627c41f897bc1aa4bfd0ff175c547027423147
Contents?: true
Size: 352 Bytes
Versions: 8
Compression:
Stored size: 352 Bytes
Contents
module DropboxApi::Metadata # Example of a serialized {FolderSharingInfo} object: # { # "read_only": false, # "parent_shared_folder_id": "84528192421" # } class FolderSharingInfo < Base field :read_only, :boolean field :parent_shared_folder_id, String, :optional field :shared_folder_id, String, :optional end end
Version data entries
8 entries across 8 versions & 1 rubygems