PostCreateTweetRequestVariablesConversationControl
| Name |
Type |
Description |
Notes |
| mode |
str |
|
[default to 'Community'] |
from twitter_openapi_python_generated.models.post_create_tweet_request_variables_conversation_control import PostCreateTweetRequestVariablesConversationControl
# TODO update the JSON string below
json = "{}"
# create an instance of PostCreateTweetRequestVariablesConversationControl from a JSON string
post_create_tweet_request_variables_conversation_control_instance = PostCreateTweetRequestVariablesConversationControl.from_json(json)
# print the JSON string representation of the object
print(PostCreateTweetRequestVariablesConversationControl.to_json())
# convert the object into a dict
post_create_tweet_request_variables_conversation_control_dict = post_create_tweet_request_variables_conversation_control_instance.to_dict()
# create an instance of PostCreateTweetRequestVariablesConversationControl from a dict
post_create_tweet_request_variables_conversation_control_from_dict = PostCreateTweetRequestVariablesConversationControl.from_dict(post_create_tweet_request_variables_conversation_control_dict)
[Back to Model list] [Back to API list] [Back to README]