| Name | Type | Description | Notes |
|---|---|---|---|
| client_event_info | ClientEventInfo | [optional] | |
| feedback_info | FeedbackInfo | [optional] | |
| item_content | ItemContentUnion |
fromtwitter_openapi_python_generated.models.module_entryimportModuleEntry# TODO update the JSON string belowjson="{}"# create an instance of ModuleEntry from a JSON stringmodule_entry_instance=ModuleEntry.from_json(json)
# print the JSON string representation of the objectprint(ModuleEntry.to_json())
# convert the object into a dictmodule_entry_dict=module_entry_instance.to_dict()
# create an instance of ModuleEntry from a dictmodule_entry_from_dict=ModuleEntry.from_dict(module_entry_dict)