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_request_relationships_notesimportAnnotationRequestRelationshipsNotes# TODO update the JSON string belowjson="{}"# create an instance of AnnotationRequestRelationshipsNotes from a JSON stringannotation_request_relationships_notes_instance=AnnotationRequestRelationshipsNotes.from_json(json)
# print the JSON string representation of the objectprintAnnotationRequestRelationshipsNotes.to_json()
# convert the object into a dictannotation_request_relationships_notes_dict=annotation_request_relationships_notes_instance.to_dict()
# create an instance of AnnotationRequestRelationshipsNotes from a dictannotation_request_relationships_notes_form_dict=annotation_request_relationships_notes.from_dict(annotation_request_relationships_notes_dict)