Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.15 KB

AnalysisRequestRelationshipsConditions.md

File metadata and controls

27 lines (19 loc) · 1.15 KB

AnalysisRequestRelationshipsConditions

Properties

Name Type Description Notes

Example

from neurostore_sdk.models.analysis_request_relationships_conditions import AnalysisRequestRelationshipsConditions

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

# convert the object into a dict
analysis_request_relationships_conditions_dict = analysis_request_relationships_conditions_instance.to_dict()
# create an instance of AnalysisRequestRelationshipsConditions from a dict
analysis_request_relationships_conditions_form_dict = analysis_request_relationships_conditions.from_dict(analysis_request_relationships_conditions_dict)

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