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