| Name | Type | Description | Notes |
|---|---|---|---|
| richtext_tags | List[NoteTweetResultRichTextTag] |
from twitter_openapi_python_generated.models.note_tweet_result_rich_text import NoteTweetResultRichText
# TODO update the JSON string below
json = "{}"
# create an instance of NoteTweetResultRichText from a JSON string
note_tweet_result_rich_text_instance = NoteTweetResultRichText.from_json(json)
# print the JSON string representation of the object
print(NoteTweetResultRichText.to_json())
# convert the object into a dict
note_tweet_result_rich_text_dict = note_tweet_result_rich_text_instance.to_dict()
# create an instance of NoteTweetResultRichText from a dict
note_tweet_result_rich_text_from_dict = NoteTweetResultRichText.from_dict(note_tweet_result_rich_text_dict)