| Name | Type | Description | Notes |
|---|---|---|---|
| timeline | Timeline |
from twitter_openapi_python_generated.models.search_timeline import SearchTimeline
# TODO update the JSON string below
json = "{}"
# create an instance of SearchTimeline from a JSON string
search_timeline_instance = SearchTimeline.from_json(json)
# print the JSON string representation of the object
print(SearchTimeline.to_json())
# convert the object into a dict
search_timeline_dict = search_timeline_instance.to_dict()
# create an instance of SearchTimeline from a dict
search_timeline_from_dict = SearchTimeline.from_dict(search_timeline_dict)