Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.13 KB

StudysetsIdGet404Response.md

File metadata and controls

31 lines (23 loc) · 1.13 KB

StudysetsIdGet404Response

Properties

Name Type Description Notes
detail str [optional]
status int [optional]
title str [optional]
type str [optional]

Example

from neurostore_sdk.models.studysets_id_get404_response import StudysetsIdGet404Response

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

# convert the object into a dict
studysets_id_get404_response_dict = studysets_id_get404_response_instance.to_dict()
# create an instance of StudysetsIdGet404Response from a dict
studysets_id_get404_response_form_dict = studysets_id_get404_response.from_dict(studysets_id_get404_response_dict)

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