| Name | Type | Description | Notes |
|---|---|---|---|
| end_index | int | ||
| start_index | int |
fromtwitter_openapi_python_generated.models.text_highlightimportTextHighlight# TODO update the JSON string belowjson="{}"# create an instance of TextHighlight from a JSON stringtext_highlight_instance=TextHighlight.from_json(json)
# print the JSON string representation of the objectprint(TextHighlight.to_json())
# convert the object into a dicttext_highlight_dict=text_highlight_instance.to_dict()
# create an instance of TextHighlight from a dicttext_highlight_from_dict=TextHighlight.from_dict(text_highlight_dict)