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

NameTypeDescriptionNotes
tweet_idstr[default to '1349129669258448897']

Example

fromtwitter_openapi_python_generated.models.post_create_bookmark_request_variablesimportPostCreateBookmarkRequestVariables# TODO update the JSON string belowjson="{}"# create an instance of PostCreateBookmarkRequestVariables from a JSON stringpost_create_bookmark_request_variables_instance=PostCreateBookmarkRequestVariables.from_json(json)
# print the JSON string representation of the objectprint(PostCreateBookmarkRequestVariables.to_json())
# convert the object into a dictpost_create_bookmark_request_variables_dict=post_create_bookmark_request_variables_instance.to_dict()
# create an instance of PostCreateBookmarkRequestVariables from a dictpost_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]