Skip to content

Latest commit

History

History
31 lines (22 loc) · 1.03 KB

File metadata and controls

31 lines (22 loc) · 1.03 KB

ModuleEntry

Properties

NameTypeDescriptionNotes
client_event_infoClientEventInfo[optional]
feedback_infoFeedbackInfo[optional]
item_contentItemContentUnion

Example

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)

[Back to Model list][Back to API list][Back to README]