Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1012 Bytes

StudysetReference.md

File metadata and controls

28 lines (20 loc) · 1012 Bytes

StudysetReference

Properties

Name Type Description Notes
snapshots List[StudysetReferenceSnapshotsInner] [optional]

Example

from neurosynth_compose_sdk.models.studyset_reference import StudysetReference

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

# convert the object into a dict
studyset_reference_dict = studyset_reference_instance.to_dict()
# create an instance of StudysetReference from a dict
studyset_reference_form_dict = studyset_reference.from_dict(studyset_reference_dict)

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