| Name | Type | Description | Notes |
|---|---|---|---|
| result | MediaResult |
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)