| Name | Type | Description | Notes |
|---|---|---|---|
| item | CreateNewMasterWalletRBDataItem |
from cryptoapis.models.create_new_master_wallet_rb_data import CreateNewMasterWalletRBData
# TODO update the JSON string below
json = "{}"
# create an instance of CreateNewMasterWalletRBData from a JSON string
create_new_master_wallet_rb_data_instance = CreateNewMasterWalletRBData.from_json(json)
# print the JSON string representation of the object
print CreateNewMasterWalletRBData.to_json()
# convert the object into a dict
create_new_master_wallet_rb_data_dict = create_new_master_wallet_rb_data_instance.to_dict()
# create an instance of CreateNewMasterWalletRBData from a dict
create_new_master_wallet_rb_data_form_dict = create_new_master_wallet_rb_data.from_dict(create_new_master_wallet_rb_data_dict)