| Name | Type | Description | Notes |
|---|---|---|---|
| item | NewRevertedBlockRBDataItem |
from cryptoapis.models.new_reverted_block_rb_data import NewRevertedBlockRBData
# TODO update the JSON string below
json = "{}"
# create an instance of NewRevertedBlockRBData from a JSON string
new_reverted_block_rb_data_instance = NewRevertedBlockRBData.from_json(json)
# print the JSON string representation of the object
print NewRevertedBlockRBData.to_json()
# convert the object into a dict
new_reverted_block_rb_data_dict = new_reverted_block_rb_data_instance.to_dict()
# create an instance of NewRevertedBlockRBData from a dict
new_reverted_block_rb_data_form_dict = new_reverted_block_rb_data.from_dict(new_reverted_block_rb_data_dict)