Class: DropboxApi::Metadata::LinkPermissions

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

Overview

Example of a serialized LinkPermissions object:

{
  "can_revoke": false,
  "resolved_visibility": {
    ".tag": "public"
  },
  "revoke_failure_reason": {
    ".tag": "owner_only"
  }
}

Method Summary

Methods inherited from Base

field, #initialize, #serialized_field, #to_hash

Constructor Details

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