Skip to content

Latest commit

History

History
30 lines (21 loc) · 920 Bytes

File metadata and controls

30 lines (21 loc) · 920 Bytes

TextHighlight

Properties

NameTypeDescriptionNotes
end_indexint
start_indexint

Example

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)

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