ModuleEntry

June 7, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
client_event_infoClientEventInfo[optional]
feedback_infoFeedbackInfo[optional]
item_contentItemContentUnion

Example

from twitter_openapi_python_generated.models.module_entry import ModuleEntry

# TODO update the JSON string below
json = "{}"
# create an instance of ModuleEntry from a JSON string
module_entry_instance = ModuleEntry.from_json(json)
# print the JSON string representation of the object
print(ModuleEntry.to_json())

# convert the object into a dict
module_entry_dict = module_entry_instance.to_dict()
# create an instance of ModuleEntry from a dict
module_entry_from_dict = ModuleEntry.from_dict(module_entry_dict)

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