Skip to content

Latest commit

History

History
29 lines (20 loc) · 1.06 KB

File metadata and controls

29 lines (20 loc) · 1.06 KB

CreateBookmarkResponseData

Properties

NameTypeDescriptionNotes
tweet_bookmark_putstr[optional]

Example

fromtwitter_openapi_python_generated.models.create_bookmark_response_dataimportCreateBookmarkResponseData# TODO update the JSON string belowjson="{}"# create an instance of CreateBookmarkResponseData from a JSON stringcreate_bookmark_response_data_instance=CreateBookmarkResponseData.from_json(json)
# print the JSON string representation of the objectprint(CreateBookmarkResponseData.to_json())
# convert the object into a dictcreate_bookmark_response_data_dict=create_bookmark_response_data_instance.to_dict()
# create an instance of CreateBookmarkResponseData from a dictcreate_bookmark_response_data_from_dict=CreateBookmarkResponseData.from_dict(create_bookmark_response_data_dict)

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