Skip to content

Latest commit

History

History
30 lines (21 loc) · 1 KB

File metadata and controls

30 lines (21 loc) · 1 KB

PrimaryCommunityTopic

Properties

NameTypeDescriptionNotes
topic_idstr
topic_namestr

Example

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]