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_all_of_studysets_inner_one_ofimportStudyReturnAllOfStudysetsInnerOneOf# TODO update the JSON string belowjson="{}"# create an instance of StudyReturnAllOfStudysetsInnerOneOf from a JSON stringstudy_return_all_of_studysets_inner_one_of_instance=StudyReturnAllOfStudysetsInnerOneOf.from_json(json)
# print the JSON string representation of the objectprintStudyReturnAllOfStudysetsInnerOneOf.to_json()
# convert the object into a dictstudy_return_all_of_studysets_inner_one_of_dict=study_return_all_of_studysets_inner_one_of_instance.to_dict()
# create an instance of StudyReturnAllOfStudysetsInnerOneOf from a dictstudy_return_all_of_studysets_inner_one_of_form_dict=study_return_all_of_studysets_inner_one_of.from_dict(study_return_all_of_studysets_inner_one_of_dict)