Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 959 Bytes

File metadata and controls

29 lines (20 loc) · 959 Bytes

ExtendedEntities

Properties

Name Type Description Notes
media List[MediaExtended]

Example

from twitter_openapi_python_generated.models.extended_entities import ExtendedEntities

# TODO update the JSON string below
json = "{}"
# create an instance of ExtendedEntities from a JSON string
extended_entities_instance = ExtendedEntities.from_json(json)
# print the JSON string representation of the object
print(ExtendedEntities.to_json())

# convert the object into a dict
extended_entities_dict = extended_entities_instance.to_dict()
# create an instance of ExtendedEntities from a dict
extended_entities_from_dict = ExtendedEntities.from_dict(extended_entities_dict)

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