| Name | Type | Description | Notes |
|---|---|---|---|
| entities | List[TextEntity] | ||
| text | str |
fromtwitter_openapi_python_generated.models.textimportText# TODO update the JSON string belowjson="{}"# create an instance of Text from a JSON stringtext_instance=Text.from_json(json)
# print the JSON string representation of the objectprint(Text.to_json())
# convert the object into a dicttext_dict=text_instance.to_dict()
# create an instance of Text from a dicttext_from_dict=Text.from_dict(text_dict)