| Name | Type | Description | Notes |
|---|---|---|---|
| from_index | int | ||
| ref | TextEntityRef | ||
| to_index | int |
fromtwitter_openapi_python_generated.models.text_entityimportTextEntity# TODO update the JSON string belowjson="{}"# create an instance of TextEntity from a JSON stringtext_entity_instance=TextEntity.from_json(json)
# print the JSON string representation of the objectprint(TextEntity.to_json())
# convert the object into a dicttext_entity_dict=text_entity_instance.to_dict()
# create an instance of TextEntity from a dicttext_entity_from_dict=TextEntity.from_dict(text_entity_dict)