Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.25 KB

StudyReturnAllOfStudysetsInnerOneOf.md

File metadata and controls

30 lines (22 loc) · 1.25 KB

StudyReturnAllOfStudysetsInnerOneOf

Properties

Name Type Description Notes
name str [optional]
id str [optional]
description str [optional]

Example

from neurostore_sdk.models.study_return_all_of_studysets_inner_one_of import StudyReturnAllOfStudysetsInnerOneOf

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

# convert the object into a dict
study_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 dict
study_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)

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