Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.02 KB

File metadata and controls

28 lines (19 loc) · 1.02 KB

ResultUploadStatisticalMaps

Properties

Name Type Description Notes

Example

from neurosynth_compose_sdk.models.result_upload_statistical_maps import ResultUploadStatisticalMaps

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

# convert the object into a dict
result_upload_statistical_maps_dict = result_upload_statistical_maps_instance.to_dict()
# create an instance of ResultUploadStatisticalMaps from a dict
result_upload_statistical_maps_from_dict = ResultUploadStatisticalMaps.from_dict(result_upload_statistical_maps_dict)

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