| Name | Type | Description | Notes |
|---|---|---|---|
| is_expandable | bool | [optional] | |
| note_tweet_results | NoteTweetResult |
fromtwitter_openapi_python_generated.models.note_tweetimportNoteTweet# TODO update the JSON string belowjson="{}"# create an instance of NoteTweet from a JSON stringnote_tweet_instance=NoteTweet.from_json(json)
# print the JSON string representation of the objectprint(NoteTweet.to_json())
# convert the object into a dictnote_tweet_dict=note_tweet_instance.to_dict()
# create an instance of NoteTweet from a dictnote_tweet_from_dict=NoteTweet.from_dict(note_tweet_dict)