Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.18 KB

File metadata and controls

29 lines (20 loc) · 1.18 KB

PostCreateBookmarkRequestVariables

Properties

Name Type Description Notes
tweet_id str [default to '1349129669258448897']

Example

from twitter_openapi_python_generated.models.post_create_bookmark_request_variables import PostCreateBookmarkRequestVariables

# TODO update the JSON string below
json = "{}"
# create an instance of PostCreateBookmarkRequestVariables from a JSON string
post_create_bookmark_request_variables_instance = PostCreateBookmarkRequestVariables.from_json(json)
# print the JSON string representation of the object
print(PostCreateBookmarkRequestVariables.to_json())

# convert the object into a dict
post_create_bookmark_request_variables_dict = post_create_bookmark_request_variables_instance.to_dict()
# create an instance of PostCreateBookmarkRequestVariables from a dict
post_create_bookmark_request_variables_from_dict = PostCreateBookmarkRequestVariables.from_dict(post_create_bookmark_request_variables_dict)

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