Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1010 Bytes

NeurovaultCollectionFiles.md

File metadata and controls

27 lines (19 loc) · 1010 Bytes

NeurovaultCollectionFiles

Properties

Name Type Description Notes

Example

from neurosynth_compose_sdk.models.neurovault_collection_files import NeurovaultCollectionFiles

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

# convert the object into a dict
neurovault_collection_files_dict = neurovault_collection_files_instance.to_dict()
# create an instance of NeurovaultCollectionFiles from a dict
neurovault_collection_files_form_dict = neurovault_collection_files.from_dict(neurovault_collection_files_dict)

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