UserHighlightsTweetsTimeline

June 7, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
timelineTimeline

Example

from twitter_openapi_python_generated.models.user_highlights_tweets_timeline import UserHighlightsTweetsTimeline

# TODO update the JSON string below
json = "{}"
# create an instance of UserHighlightsTweetsTimeline from a JSON string
user_highlights_tweets_timeline_instance = UserHighlightsTweetsTimeline.from_json(json)
# print the JSON string representation of the object
print(UserHighlightsTweetsTimeline.to_json())

# convert the object into a dict
user_highlights_tweets_timeline_dict = user_highlights_tweets_timeline_instance.to_dict()
# create an instance of UserHighlightsTweetsTimeline from a dict
user_highlights_tweets_timeline_from_dict = UserHighlightsTweetsTimeline.from_dict(user_highlights_tweets_timeline_dict)

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