Name | Type | Description | Notes |
---|---|---|---|
timeline | Timeline | [optional] |
from twitter_openapi_python_generated.models.timeline_v2 import TimelineV2
# TODO update the JSON string below
json = "{}"
# create an instance of TimelineV2 from a JSON string
timeline_v2_instance = TimelineV2.from_json(json)
# print the JSON string representation of the object
print(TimelineV2.to_json())
# convert the object into a dict
timeline_v2_dict = timeline_v2_instance.to_dict()
# create an instance of TimelineV2 from a dict
timeline_v2_from_dict = TimelineV2.from_dict(timeline_v2_dict)