| Name | Type | Description | Notes |
|---|---|---|---|
| query_id | str | [default to 'aoDbu3RHznuiSkQ9aNM67Q'] | |
| variables | PostCreateBookmarkRequestVariables |
fromtwitter_openapi_python_generated.models.post_create_bookmark_requestimportPostCreateBookmarkRequest# TODO update the JSON string belowjson="{}"# create an instance of PostCreateBookmarkRequest from a JSON stringpost_create_bookmark_request_instance=PostCreateBookmarkRequest.from_json(json)
# print the JSON string representation of the objectprint(PostCreateBookmarkRequest.to_json())
# convert the object into a dictpost_create_bookmark_request_dict=post_create_bookmark_request_instance.to_dict()
# create an instance of PostCreateBookmarkRequest from a dictpost_create_bookmark_request_from_dict=PostCreateBookmarkRequest.from_dict(post_create_bookmark_request_dict)