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.study_return_relationships_analysesimportStudyReturnRelationshipsAnalyses# TODO update the JSON string belowjson="{}"# create an instance of StudyReturnRelationshipsAnalyses from a JSON stringstudy_return_relationships_analyses_instance=StudyReturnRelationshipsAnalyses.from_json(json)
# print the JSON string representation of the objectprintStudyReturnRelationshipsAnalyses.to_json()
# convert the object into a dictstudy_return_relationships_analyses_dict=study_return_relationships_analyses_instance.to_dict()
# create an instance of StudyReturnRelationshipsAnalyses from a dictstudy_return_relationships_analyses_form_dict=study_return_relationships_analyses.from_dict(study_return_relationships_analyses_dict)