V2reportsBioProjectLineage
March 26, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| bioprojects | List[V2reportsBioProject] | [optional] |
Example
from ncbi.datasets.openapi.models.v2reports_bio_project_lineage import V2reportsBioProjectLineage
# TODO update the JSON string below
json = "{}"
# create an instance of V2reportsBioProjectLineage from a JSON string
v2reports_bio_project_lineage_instance = V2reportsBioProjectLineage.from_json(json)
# print the JSON string representation of the object
print(V2reportsBioProjectLineage.to_json())
# convert the object into a dict
v2reports_bio_project_lineage_dict = v2reports_bio_project_lineage_instance.to_dict()
# create an instance of V2reportsBioProjectLineage from a dict
v2reports_bio_project_lineage_from_dict = V2reportsBioProjectLineage.from_dict(v2reports_bio_project_lineage_dict)