| Name | Type | Description | Notes |
|---|---|---|---|
| result | Tweet |
fromtwitter_openapi_python_generated.models.create_tweetimportCreateTweet# TODO update the JSON string belowjson="{}"# create an instance of CreateTweet from a JSON stringcreate_tweet_instance=CreateTweet.from_json(json)
# print the JSON string representation of the objectprint(CreateTweet.to_json())
# convert the object into a dictcreate_tweet_dict=create_tweet_instance.to_dict()
# create an instance of CreateTweet from a dictcreate_tweet_from_dict=CreateTweet.from_dict(create_tweet_dict)