Class: DropboxApi::Metadata::FolderSharingInfo

Inherits:
Base
  • Object
show all
Defined in:
lib/dropbox_api/metadata/folder_sharing_info.rb

Overview

Example of a serialized FolderSharingInfo object:

{
  "read_only": false,
  "parent_shared_folder_id": "84528192421"
}

Method Summary

Methods inherited from Base

field, #initialize, #serialized_field, #to_hash

Constructor Details

This class inherits a constructor from DropboxApi::Metadata::Base