Skip to content

Latest commit

History

History
29 lines (20 loc) · 903 Bytes

File metadata and controls

29 lines (20 loc) · 903 Bytes

CreateRetweet

Properties

NameTypeDescriptionNotes
resultRetweet

Example

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)

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