Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.13 KB

StudysetsIdPut422Response.md

File metadata and controls

31 lines (23 loc) · 1.13 KB

StudysetsIdPut422Response

Properties

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

Example

from neurostore_sdk.models.studysets_id_put422_response import StudysetsIdPut422Response

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

# convert the object into a dict
studysets_id_put422_response_dict = studysets_id_put422_response_instance.to_dict()
# create an instance of StudysetsIdPut422Response from a dict
studysets_id_put422_response_form_dict = studysets_id_put422_response.from_dict(studysets_id_put422_response_dict)

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