Skip to content

Latest commit

History

History
29 lines (20 loc) · 846 Bytes

File metadata and controls

29 lines (20 loc) · 846 Bytes

SelfThread

Properties

NameTypeDescriptionNotes
id_strstr

Example

fromtwitter_openapi_python_generated.models.self_threadimportSelfThread# TODO update the JSON string belowjson="{}"# create an instance of SelfThread from a JSON stringself_thread_instance=SelfThread.from_json(json)
# print the JSON string representation of the objectprint(SelfThread.to_json())
# convert the object into a dictself_thread_dict=self_thread_instance.to_dict()
# create an instance of SelfThread from a dictself_thread_from_dict=SelfThread.from_dict(self_thread_dict)

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