| Name | Type | Description | Notes |
|---|
| description | str | | [optional] |
| following | bool | | [optional] |
| icon_url | str | | [optional] |
| id | str | | [optional] |
| name | str | | [optional] |
| not_interested | bool | | [optional] |
| topic_id | str | | [optional] |
fromtwitter_openapi_python_generated.models.topic_contextimportTopicContext# TODO update the JSON string belowjson="{}"# create an instance of TopicContext from a JSON stringtopic_context_instance=TopicContext.from_json(json)
# print the JSON string representation of the objectprint(TopicContext.to_json())
# convert the object into a dicttopic_context_dict=topic_context_instance.to_dict()
# create an instance of TopicContext from a dicttopic_context_from_dict=TopicContext.from_dict(topic_context_dict)[Back to Model list][Back to API list][Back to README]