Class: DropboxApi::Metadata::AddFileMemberResult
- Defined in:
- lib/dropbox_api/metadata/add_file_member_result.rb
Overview
Example of a AddFileMemberResult:
{
"member":{
".tag": "email",
"email": "somebody@test.com"
},
"result": {
".tag": "success",
"success": {
".tag": "viewer"
}
}
}
Method Summary
Methods inherited from Base
field, #initialize, #serialized_field, #to_hash
Constructor Details
This class inherits a constructor from DropboxApi::Metadata::Base