Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.07 KB

UserHighlightsTweetsUser.md

File metadata and controls

29 lines (20 loc) · 1.07 KB

UserHighlightsTweetsUser

Properties

Name Type Description Notes
result UserHighlightsTweetsResult

Example

from twitter_openapi_python_generated.models.user_highlights_tweets_user import UserHighlightsTweetsUser

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

# convert the object into a dict
user_highlights_tweets_user_dict = user_highlights_tweets_user_instance.to_dict()
# create an instance of UserHighlightsTweetsUser from a dict
user_highlights_tweets_user_from_dict = UserHighlightsTweetsUser.from_dict(user_highlights_tweets_user_dict)

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