Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 879 Bytes

File metadata and controls

29 lines (20 loc) · 879 Bytes

TimelineV2

Properties

Name Type Description Notes
timeline Timeline [optional]

Example

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)

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