Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.1 KB

AnalysisRequestRelationshipsImages.md

File metadata and controls

27 lines (19 loc) · 1.1 KB

AnalysisRequestRelationshipsImages

Properties

Name Type Description Notes

Example

from neurostore_sdk.models.analysis_request_relationships_images import AnalysisRequestRelationshipsImages

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

# convert the object into a dict
analysis_request_relationships_images_dict = analysis_request_relationships_images_instance.to_dict()
# create an instance of AnalysisRequestRelationshipsImages from a dict
analysis_request_relationships_images_form_dict = analysis_request_relationships_images.from_dict(analysis_request_relationships_images_dict)

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