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
fromneurostore_sdk.models.neurostore_studyset_releases_get200_response_metadataimportNeurostoreStudysetReleasesGet200ResponseMetadata# TODO update the JSON string belowjson="{}"# create an instance of NeurostoreStudysetReleasesGet200ResponseMetadata from a JSON stringneurostore_studyset_releases_get200_response_metadata_instance=NeurostoreStudysetReleasesGet200ResponseMetadata.from_json(json)
# print the JSON string representation of the objectprint(NeurostoreStudysetReleasesGet200ResponseMetadata.to_json())
# convert the object into a dictneurostore_studyset_releases_get200_response_metadata_dict=neurostore_studyset_releases_get200_response_metadata_instance.to_dict()
# create an instance of NeurostoreStudysetReleasesGet200ResponseMetadata from a dictneurostore_studyset_releases_get200_response_metadata_from_dict=NeurostoreStudysetReleasesGet200ResponseMetadata.from_dict(neurostore_studyset_releases_get200_response_metadata_dict)