TimelineTimelineModule

May 7, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typenameTypeName
client_event_infoClientEventInfo[optional]
display_typeDisplayType
entry_typeContentEntryType
feedback_infoFeedbackInfo[optional]
footerDict[str, object][optional]
headerDict[str, object][optional]
itemsList[ModuleItem][optional]
metadataDict[str, object][optional]

Example

from twitter_openapi_python_generated.models.timeline_timeline_module import TimelineTimelineModule

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

# convert the object into a dict
timeline_timeline_module_dict = timeline_timeline_module_instance.to_dict()
# create an instance of TimelineTimelineModule from a dict
timeline_timeline_module_from_dict = TimelineTimelineModule.from_dict(timeline_timeline_module_dict)

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