Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.17 KB

StudyReturnAllOfStudysetsInner.md

File metadata and controls

30 lines (22 loc) · 1.17 KB

StudyReturnAllOfStudysetsInner

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 import StudyReturnAllOfStudysetsInner

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

# convert the object into a dict
study_return_all_of_studysets_inner_dict = study_return_all_of_studysets_inner_instance.to_dict()
# create an instance of StudyReturnAllOfStudysetsInner from a dict
study_return_all_of_studysets_inner_form_dict = study_return_all_of_studysets_inner.from_dict(study_return_all_of_studysets_inner_dict)

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