Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.01 KB

File metadata and controls

29 lines (20 loc) · 1.01 KB

MediaCommunityResults

Properties

Name Type Description Notes
result MediaCommunityResult

Example

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)

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