Module: ncbi.datasets.openapi.models.v1alpha1_bio_project_lineage
Python API: ncbi.datasets.openapi.models.v1alpha1_bio_project_lineage
Module: ncbi.datasets.openapi.models.v1alpha1_bio_project_lineage
Python API: ncbi.datasets.openapi.models.v1alpha1_bio_project_lineage
- class
ncbi.datasets.openapi.models.v1alpha1_bio_project_lineage.V1alpha1BioProjectLineage(bioprojects=None, local_vars_configuration=None)¶ Bases:
objectopenapi_types¶The key is attribute name and the value is attribute type.
- Type
dict
attribute_map¶The key is attribute name and the value is json key in definition.
- Type
dict
attribute_map= {'bioprojects': 'bioprojects'}¶
- property
bioprojects¶ Gets the bioprojects of this V1alpha1BioProjectLineage.
In order, from most specific, up to the root.
- Returns
The bioprojects of this V1alpha1BioProjectLineage.
- Return type
list[V1alpha1BioProject]
openapi_types= {'bioprojects': 'list[V1alpha1BioProject]'}¶
to_dict()¶Returns the model properties as a dict
to_str()¶Returns the string representation of the model
Generated April 23, 2021