| Name | Type | Description | Notes |
|---|---|---|---|
| entity_set | Entities | ||
| id | str | ||
| media | NoteTweetResultMedia | [optional] | |
| richtext | NoteTweetResultRichText | [optional] | |
| text | str |
fromtwitter_openapi_python_generated.models.note_tweet_result_dataimportNoteTweetResultData# TODO update the JSON string belowjson="{}"# create an instance of NoteTweetResultData from a JSON stringnote_tweet_result_data_instance=NoteTweetResultData.from_json(json)
# print the JSON string representation of the objectprint(NoteTweetResultData.to_json())
# convert the object into a dictnote_tweet_result_data_dict=note_tweet_result_data_instance.to_dict()
# create an instance of NoteTweetResultData from a dictnote_tweet_result_data_from_dict=NoteTweetResultData.from_dict(note_tweet_result_data_dict)