| Name | Type | Description | Notes |
|---|---|---|---|
| result | NoteTweetResultData |
fromtwitter_openapi_python_generated.models.note_tweet_resultimportNoteTweetResult# TODO update the JSON string belowjson="{}"# create an instance of NoteTweetResult from a JSON stringnote_tweet_result_instance=NoteTweetResult.from_json(json)
# print the JSON string representation of the objectprint(NoteTweetResult.to_json())
# convert the object into a dictnote_tweet_result_dict=note_tweet_result_instance.to_dict()
# create an instance of NoteTweetResult from a dictnote_tweet_result_from_dict=NoteTweetResult.from_dict(note_tweet_result_dict)