Skip to content

Latest commit

History

History
32 lines (23 loc) · 1.12 KB

File metadata and controls

32 lines (23 loc) · 1.12 KB

TimelineAddToModule

Properties

NameTypeDescriptionNotes
module_entry_idstr
module_itemsList[ModuleItem]
prependbool[optional]
typeInstructionType

Example

fromtwitter_openapi_python_generated.models.timeline_add_to_moduleimportTimelineAddToModule# TODO update the JSON string belowjson="{}"# create an instance of TimelineAddToModule from a JSON stringtimeline_add_to_module_instance=TimelineAddToModule.from_json(json)
# print the JSON string representation of the objectprint(TimelineAddToModule.to_json())
# convert the object into a dicttimeline_add_to_module_dict=timeline_add_to_module_instance.to_dict()
# create an instance of TimelineAddToModule from a dicttimeline_add_to_module_from_dict=TimelineAddToModule.from_dict(timeline_add_to_module_dict)

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