Skip to content

Latest commit

History

History
29 lines (20 loc) · 959 Bytes

File metadata and controls

29 lines (20 loc) · 959 Bytes

NoteTweetResult

Properties

NameTypeDescriptionNotes
resultNoteTweetResultData

Example

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)

[Back to Model list][Back to API list][Back to README]