| Name | Type | Description | Notes |
|---|---|---|---|
| result | MediaCommunityResult |
from twitter_openapi_python_generated.models.media_community_results import MediaCommunityResults
# TODO update the JSON string below
json = "{}"
# create an instance of MediaCommunityResults from a JSON string
media_community_results_instance = MediaCommunityResults.from_json(json)
# print the JSON string representation of the object
print(MediaCommunityResults.to_json())
# convert the object into a dict
media_community_results_dict = media_community_results_instance.to_dict()
# create an instance of MediaCommunityResults from a dict
media_community_results_from_dict = MediaCommunityResults.from_dict(media_community_results_dict)