| Name | Type | Description | Notes |
|---|---|---|---|
| item | GetExchangeRateByAssetsIDsRI |
from cryptoapis.models.get_exchange_rate_by_assets_ids_r_data import GetExchangeRateByAssetsIDsRData
# TODO update the JSON string below
json = "{}"
# create an instance of GetExchangeRateByAssetsIDsRData from a JSON string
get_exchange_rate_by_assets_ids_r_data_instance = GetExchangeRateByAssetsIDsRData.from_json(json)
# print the JSON string representation of the object
print GetExchangeRateByAssetsIDsRData.to_json()
# convert the object into a dict
get_exchange_rate_by_assets_ids_r_data_dict = get_exchange_rate_by_assets_ids_r_data_instance.to_dict()
# create an instance of GetExchangeRateByAssetsIDsRData from a dict
get_exchange_rate_by_assets_ids_r_data_form_dict = get_exchange_rate_by_assets_ids_r_data.from_dict(get_exchange_rate_by_assets_ids_r_data_dict)