PostCreateRetweetRequestVariables
| Name | Type | Description | Notes |
|---|
| dark_request | bool | | [default to False] |
| tweet_id | str | | [default to '1349129669258448897'] |
fromtwitter_openapi_python_generated.models.post_create_retweet_request_variablesimportPostCreateRetweetRequestVariables# TODO update the JSON string belowjson="{}"# create an instance of PostCreateRetweetRequestVariables from a JSON stringpost_create_retweet_request_variables_instance=PostCreateRetweetRequestVariables.from_json(json)
# print the JSON string representation of the objectprint(PostCreateRetweetRequestVariables.to_json())
# convert the object into a dictpost_create_retweet_request_variables_dict=post_create_retweet_request_variables_instance.to_dict()
# create an instance of PostCreateRetweetRequestVariables from a dictpost_create_retweet_request_variables_from_dict=PostCreateRetweetRequestVariables.from_dict(post_create_retweet_request_variables_dict)[Back to Model list][Back to API list][Back to README]