Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 898 Bytes

File metadata and controls

29 lines (20 loc) · 898 Bytes

MediaResults

Properties

Name Type Description Notes
result MediaResult

Example

from twitter_openapi_python_generated.models.media_results import MediaResults

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

# convert the object into a dict
media_results_dict = media_results_instance.to_dict()
# create an instance of MediaResults from a dict
media_results_from_dict = MediaResults.from_dict(media_results_dict)

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