| Name | Type | Description | Notes |
|---|---|---|---|
| query_id | str | [default to 'mbRO74GrOvSfRcJnlMapnQ'] | |
| variables | PostCreateRetweetRequestVariables |
fromtwitter_openapi_python_generated.models.post_create_retweet_requestimportPostCreateRetweetRequest# TODO update the JSON string belowjson="{}"# create an instance of PostCreateRetweetRequest from a JSON stringpost_create_retweet_request_instance=PostCreateRetweetRequest.from_json(json)
# print the JSON string representation of the objectprint(PostCreateRetweetRequest.to_json())
# convert the object into a dictpost_create_retweet_request_dict=post_create_retweet_request_instance.to_dict()
# create an instance of PostCreateRetweetRequest from a dictpost_create_retweet_request_from_dict=PostCreateRetweetRequest.from_dict(post_create_retweet_request_dict)