| Name | Type | Description | Notes |
|---|---|---|---|
| result | AboutCommunityResult |
from twitter_openapi_python_generated.models.about_community_results import AboutCommunityResults
# TODO update the JSON string below
json = "{}"
# create an instance of AboutCommunityResults from a JSON string
about_community_results_instance = AboutCommunityResults.from_json(json)
# print the JSON string representation of the object
print(AboutCommunityResults.to_json())
# convert the object into a dict
about_community_results_dict = about_community_results_instance.to_dict()
# create an instance of AboutCommunityResults from a dict
about_community_results_from_dict = AboutCommunityResults.from_dict(about_community_results_dict)