Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.33 KB

File metadata and controls

30 lines (21 loc) · 1.33 KB

StudysetRequestRelationshipsStudiesInnerAnyOf

Properties

Name Type Description Notes
id str
curation_stub_uuid str [optional]

Example

from neurostore_sdk.models.studyset_request_relationships_studies_inner_any_of import StudysetRequestRelationshipsStudiesInnerAnyOf

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

# convert the object into a dict
studyset_request_relationships_studies_inner_any_of_dict = studyset_request_relationships_studies_inner_any_of_instance.to_dict()
# create an instance of StudysetRequestRelationshipsStudiesInnerAnyOf from a dict
studyset_request_relationships_studies_inner_any_of_from_dict = StudysetRequestRelationshipsStudiesInnerAnyOf.from_dict(studyset_request_relationships_studies_inner_any_of_dict)

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