Skip to content

Latest commit

History

History
29 lines (20 loc) · 945 Bytes

File metadata and controls

29 lines (20 loc) · 945 Bytes

UserTweetsData

Properties

NameTypeDescriptionNotes
userUserTweetsUser[optional]

Example

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)

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