Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.06 KB

File metadata and controls

29 lines (20 loc) · 1.06 KB

AboutCommunityTweetData

Properties

Name Type Description Notes
community_results AboutCommunityResults

Example

from twitter_openapi_python_generated.models.about_community_tweet_data import AboutCommunityTweetData

# TODO update the JSON string below
json = "{}"
# create an instance of AboutCommunityTweetData from a JSON string
about_community_tweet_data_instance = AboutCommunityTweetData.from_json(json)
# print the JSON string representation of the object
print(AboutCommunityTweetData.to_json())

# convert the object into a dict
about_community_tweet_data_dict = about_community_tweet_data_instance.to_dict()
# create an instance of AboutCommunityTweetData from a dict
about_community_tweet_data_from_dict = AboutCommunityTweetData.from_dict(about_community_tweet_data_dict)

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