Skip to content

Latest commit

History

History
31 lines (22 loc) · 1.21 KB

File metadata and controls

31 lines (22 loc) · 1.21 KB

PostCreateTweetRequest

Properties

NameTypeDescriptionNotes
featuresPostCreateTweetRequestFeatures
query_idstr[default to '5CdvsV_zjv4L64XFifAglw']
variablesPostCreateTweetRequestVariables

Example

fromtwitter_openapi_python_generated.models.post_create_tweet_requestimportPostCreateTweetRequest# TODO update the JSON string belowjson="{}"# create an instance of PostCreateTweetRequest from a JSON stringpost_create_tweet_request_instance=PostCreateTweetRequest.from_json(json)
# print the JSON string representation of the objectprint(PostCreateTweetRequest.to_json())
# convert the object into a dictpost_create_tweet_request_dict=post_create_tweet_request_instance.to_dict()
# create an instance of PostCreateTweetRequest from a dictpost_create_tweet_request_from_dict=PostCreateTweetRequest.from_dict(post_create_tweet_request_dict)

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