| Name | Type | Description | Notes |
|---|---|---|---|
| user | UserTweetsUser | [optional] |
fromtwitter_openapi_python_generated.models.user_tweets_dataimportUserTweetsData# TODO update the JSON string belowjson="{}"# create an instance of UserTweetsData from a JSON stringuser_tweets_data_instance=UserTweetsData.from_json(json)
# print the JSON string representation of the objectprint(UserTweetsData.to_json())
# convert the object into a dictuser_tweets_data_dict=user_tweets_data_instance.to_dict()
# create an instance of UserTweetsData from a dictuser_tweets_data_from_dict=UserTweetsData.from_dict(user_tweets_data_dict)