Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 906 Bytes

ResultListResults.md

File metadata and controls

27 lines (19 loc) · 906 Bytes

ResultListResults

Properties

Name Type Description Notes

Example

from neurosynth_compose_sdk.models.result_list_results import ResultListResults

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

# convert the object into a dict
result_list_results_dict = result_list_results_instance.to_dict()
# create an instance of ResultListResults from a dict
result_list_results_form_dict = result_list_results.from_dict(result_list_results_dict)

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