| Name | Type | Description | Notes |
|---|---|---|---|
| id_str | str |
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)