| Name | Type | Description | Notes |
|---|---|---|---|
| item | EstimateTokenGasLimitRBDataItem |
from cryptoapis.models.estimate_token_gas_limit_rb_data import EstimateTokenGasLimitRBData
# TODO update the JSON string below
json = "{}"
# create an instance of EstimateTokenGasLimitRBData from a JSON string
estimate_token_gas_limit_rb_data_instance = EstimateTokenGasLimitRBData.from_json(json)
# print the JSON string representation of the object
print EstimateTokenGasLimitRBData.to_json()
# convert the object into a dict
estimate_token_gas_limit_rb_data_dict = estimate_token_gas_limit_rb_data_instance.to_dict()
# create an instance of EstimateTokenGasLimitRBData from a dict
estimate_token_gas_limit_rb_data_form_dict = estimate_token_gas_limit_rb_data.from_dict(estimate_token_gas_limit_rb_data_dict)