PrimaryCommunityTopic
| Name | Type | Description | Notes |
|---|
| topic_id | str | | |
| topic_name | str | | |
fromtwitter_openapi_python_generated.models.primary_community_topicimportPrimaryCommunityTopic# TODO update the JSON string belowjson="{}"# create an instance of PrimaryCommunityTopic from a JSON stringprimary_community_topic_instance=PrimaryCommunityTopic.from_json(json)
# print the JSON string representation of the objectprint(PrimaryCommunityTopic.to_json())
# convert the object into a dictprimary_community_topic_dict=primary_community_topic_instance.to_dict()
# create an instance of PrimaryCommunityTopic from a dictprimary_community_topic_from_dict=PrimaryCommunityTopic.from_dict(primary_community_topic_dict)[Back to Model list][Back to API list][Back to README]