PostDeleteBookmarkRequest

June 7, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
query_idstr[default to 'Wlmlj2-xzyS1GN3a6cj-mQ']
variablesPostCreateBookmarkRequestVariables

Example

from twitter_openapi_python_generated.models.post_delete_bookmark_request import PostDeleteBookmarkRequest

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

# convert the object into a dict
post_delete_bookmark_request_dict = post_delete_bookmark_request_instance.to_dict()
# create an instance of PostDeleteBookmarkRequest from a dict
post_delete_bookmark_request_from_dict = PostDeleteBookmarkRequest.from_dict(post_delete_bookmark_request_dict)

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