Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.33 KB

File metadata and controls

29 lines (20 loc) · 1.33 KB

NeurostoreStudysetReleasesGet200ResponseMetadata

Properties

Name Type Description Notes
total_count int [optional]

Example

from neurostore_sdk.models.neurostore_studyset_releases_get200_response_metadata import NeurostoreStudysetReleasesGet200ResponseMetadata

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

# convert the object into a dict
neurostore_studyset_releases_get200_response_metadata_dict = neurostore_studyset_releases_get200_response_metadata_instance.to_dict()
# create an instance of NeurostoreStudysetReleasesGet200ResponseMetadata from a dict
neurostore_studyset_releases_get200_response_metadata_from_dict = NeurostoreStudysetReleasesGet200ResponseMetadata.from_dict(neurostore_studyset_releases_get200_response_metadata_dict)

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