You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromneurosynth_compose_sdk.models.neurovault_collection_returnimportNeurovaultCollectionReturn# TODO update the JSON string belowjson="{}"# create an instance of NeurovaultCollectionReturn from a JSON stringneurovault_collection_return_instance=NeurovaultCollectionReturn.from_json(json)
# print the JSON string representation of the objectprintNeurovaultCollectionReturn.to_json()
# convert the object into a dictneurovault_collection_return_dict=neurovault_collection_return_instance.to_dict()
# create an instance of NeurovaultCollectionReturn from a dictneurovault_collection_return_form_dict=neurovault_collection_return.from_dict(neurovault_collection_return_dict)