Skip to content

Latest commit

History

History
30 lines (21 loc) · 819 Bytes

File metadata and controls

30 lines (21 loc) · 819 Bytes

Text

Properties

NameTypeDescriptionNotes
entitiesList[TextEntity]
textstr

Example

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)

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