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
whether the resource is listed in public searches or not
[optional] [default to True]
pmcid
str
[optional]
Example
fromneurostore_sdk.models.studyset_request_relationships_studies_innerimportStudysetRequestRelationshipsStudiesInner# TODO update the JSON string belowjson="{}"# create an instance of StudysetRequestRelationshipsStudiesInner from a JSON stringstudyset_request_relationships_studies_inner_instance=StudysetRequestRelationshipsStudiesInner.from_json(json)
# print the JSON string representation of the objectprint(StudysetRequestRelationshipsStudiesInner.to_json())
# convert the object into a dictstudyset_request_relationships_studies_inner_dict=studyset_request_relationships_studies_inner_instance.to_dict()
# create an instance of StudysetRequestRelationshipsStudiesInner from a dictstudyset_request_relationships_studies_inner_from_dict=StudysetRequestRelationshipsStudiesInner.from_dict(studyset_request_relationships_studies_inner_dict)