Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.07 KB

StudyReturnRelationshipsAnalyses.md

File metadata and controls

27 lines (19 loc) · 1.07 KB

StudyReturnRelationshipsAnalyses

Properties

Name Type Description Notes

Example

from neurostore_sdk.models.study_return_relationships_analyses import StudyReturnRelationshipsAnalyses

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

# convert the object into a dict
study_return_relationships_analyses_dict = study_return_relationships_analyses_instance.to_dict()
# create an instance of StudyReturnRelationshipsAnalyses from a dict
study_return_relationships_analyses_form_dict = study_return_relationships_analyses.from_dict(study_return_relationships_analyses_dict)

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