| Name | Type | Description | Notes |
|---|---|---|---|
| module_entry_id | str | ||
| module_items | List[ModuleItem] | ||
| prepend | bool | [optional] | |
| type | InstructionType |
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)