Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.36 KB

File metadata and controls

30 lines (21 loc) · 1.36 KB

StudysetReturnRelationshipsStudysetStudiesInner

Properties

Name Type Description Notes
id str [optional]
curation_stub_uuid str [optional]

Example

from neurostore_sdk.models.studyset_return_relationships_studyset_studies_inner import StudysetReturnRelationshipsStudysetStudiesInner

# TODO update the JSON string below
json = "{}"
# create an instance of StudysetReturnRelationshipsStudysetStudiesInner from a JSON string
studyset_return_relationships_studyset_studies_inner_instance = StudysetReturnRelationshipsStudysetStudiesInner.from_json(json)
# print the JSON string representation of the object
print(StudysetReturnRelationshipsStudysetStudiesInner.to_json())

# convert the object into a dict
studyset_return_relationships_studyset_studies_inner_dict = studyset_return_relationships_studyset_studies_inner_instance.to_dict()
# create an instance of StudysetReturnRelationshipsStudysetStudiesInner from a dict
studyset_return_relationships_studyset_studies_inner_from_dict = StudysetReturnRelationshipsStudysetStudiesInner.from_dict(studyset_return_relationships_studyset_studies_inner_dict)

[Back to Model list] [Back to API list] [Back to README]