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.annotation_return_relationships_notesimportAnnotationReturnRelationshipsNotes# TODO update the JSON string belowjson="{}"# create an instance of AnnotationReturnRelationshipsNotes from a JSON stringannotation_return_relationships_notes_instance=AnnotationReturnRelationshipsNotes.from_json(json)
# print the JSON string representation of the objectprintAnnotationReturnRelationshipsNotes.to_json()
# convert the object into a dictannotation_return_relationships_notes_dict=annotation_return_relationships_notes_instance.to_dict()
# create an instance of AnnotationReturnRelationshipsNotes from a dictannotation_return_relationships_notes_form_dict=annotation_return_relationships_notes.from_dict(annotation_return_relationships_notes_dict)