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.studyset_request_relationshipsimportStudysetRequestRelationships# TODO update the JSON string belowjson="{}"# create an instance of StudysetRequestRelationships from a JSON stringstudyset_request_relationships_instance=StudysetRequestRelationships.from_json(json)
# print the JSON string representation of the objectprintStudysetRequestRelationships.to_json()
# convert the object into a dictstudyset_request_relationships_dict=studyset_request_relationships_instance.to_dict()
# create an instance of StudysetRequestRelationships from a dictstudyset_request_relationships_form_dict=studyset_request_relationships.from_dict(studyset_request_relationships_dict)