Class: DropboxApi::Metadata::TeamMemberInfo

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

Overview

NOTE: We should have a test to cover the initialization of this object. Sample: {

"team_info": {
  "id": "dbtid:AAFdgehTzw7WlXhZJsbGCLePe8RvQGYDr-I",
  "name": "Acme, Inc."
},
"display_name": "Roger Rabbit",
"member_id": "dbmid:abcd1234"

}

Method Summary

Methods inherited from Base

each_field, field, #initialize

Constructor Details

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