| Name | Type | Description | Notes |
|---|---|---|---|
| result | Retweet |
fromtwitter_openapi_python_generated.models.create_retweetimportCreateRetweet# TODO update the JSON string belowjson="{}"# create an instance of CreateRetweet from a JSON stringcreate_retweet_instance=CreateRetweet.from_json(json)
# print the JSON string representation of the objectprint(CreateRetweet.to_json())
# convert the object into a dictcreate_retweet_dict=create_retweet_instance.to_dict()
# create an instance of CreateRetweet from a dictcreate_retweet_from_dict=CreateRetweet.from_dict(create_retweet_dict)