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
The snapshot of the studyset pending a successful run of the meta-analysis.
[optional]
neurostore_url
str
[optional] [readonly]
version
str
A string representing a labeled version of this particular studyset.
[optional]
Example
fromneurosynth_compose_sdk.models.studyset_reference_snapshots_innerimportStudysetReferenceSnapshotsInner# TODO update the JSON string belowjson="{}"# create an instance of StudysetReferenceSnapshotsInner from a JSON stringstudyset_reference_snapshots_inner_instance=StudysetReferenceSnapshotsInner.from_json(json)
# print the JSON string representation of the objectprintStudysetReferenceSnapshotsInner.to_json()
# convert the object into a dictstudyset_reference_snapshots_inner_dict=studyset_reference_snapshots_inner_instance.to_dict()
# create an instance of StudysetReferenceSnapshotsInner from a dictstudyset_reference_snapshots_inner_form_dict=studyset_reference_snapshots_inner.from_dict(studyset_reference_snapshots_inner_dict)