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

AboutCommunityResults

Properties

Name Type Description Notes
result AboutCommunityResult

Example

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)

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