| Name | Type | Description | Notes |
|---|---|---|---|
| dispensable | bool | [optional] | |
| entry_id | str | ||
| item | ModuleEntry |
fromtwitter_openapi_python_generated.models.module_itemimportModuleItem# TODO update the JSON string belowjson="{}"# create an instance of ModuleItem from a JSON stringmodule_item_instance=ModuleItem.from_json(json)
# print the JSON string representation of the objectprint(ModuleItem.to_json())
# convert the object into a dictmodule_item_dict=module_item_instance.to_dict()
# create an instance of ModuleItem from a dictmodule_item_from_dict=ModuleItem.from_dict(module_item_dict)