Skip to content

Latest commit

History

History
31 lines (22 loc) · 942 Bytes

File metadata and controls

31 lines (22 loc) · 942 Bytes

TextEntityRef

Properties

NameTypeDescriptionNotes
typestr
urlstr
url_typestr

Example

fromtwitter_openapi_python_generated.models.text_entity_refimportTextEntityRef# TODO update the JSON string belowjson="{}"# create an instance of TextEntityRef from a JSON stringtext_entity_ref_instance=TextEntityRef.from_json(json)
# print the JSON string representation of the objectprint(TextEntityRef.to_json())
# convert the object into a dicttext_entity_ref_dict=text_entity_ref_instance.to_dict()
# create an instance of TextEntityRef from a dicttext_entity_ref_from_dict=TextEntityRef.from_dict(text_entity_ref_dict)

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