You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromneurostore_sdk.models.note_collection_return_all_ofimportNoteCollectionReturnAllOf# TODO update the JSON string belowjson="{}"# create an instance of NoteCollectionReturnAllOf from a JSON stringnote_collection_return_all_of_instance=NoteCollectionReturnAllOf.from_json(json)
# print the JSON string representation of the objectprintNoteCollectionReturnAllOf.to_json()
# convert the object into a dictnote_collection_return_all_of_dict=note_collection_return_all_of_instance.to_dict()
# create an instance of NoteCollectionReturnAllOf from a dictnote_collection_return_all_of_form_dict=note_collection_return_all_of.from_dict(note_collection_return_all_of_dict)