Class: DropboxApi::Metadata::MemberPermission

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

Overview

This is an example of a serialized MemberPermission:

{
  "action": {
    ".tag": "remove"
  },
  "allow": false,
  "reason": {
    ".tag": "target_is_self"
  }
}

This is normally contained in a MemberPermissionList object.

Method Summary

Methods inherited from Base

field, #initialize, #serialized_field, #to_hash

Constructor Details

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