Module: ncbi.datasets.openapi.models.v1alpha1_bio_project
Python API: ncbi.datasets.openapi.models.v1alpha1_bio_project
Module: ncbi.datasets.openapi.models.v1alpha1_bio_project
Python API: ncbi.datasets.openapi.models.v1alpha1_bio_project
- class
ncbi.datasets.openapi.models.v1alpha1_bio_project.V1alpha1BioProject(accession=None, parent_accession=None, parent_accessions=None, title=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
- property
accession¶ Gets the accession of this V1alpha1BioProject.
- Returns
The accession of this V1alpha1BioProject.
- Return type
str
attribute_map= {'accession': 'accession', 'parent_accession': 'parent_accession', 'parent_accessions': 'parent_accessions', 'title': 'title'}¶
openapi_types= {'accession': 'str', 'parent_accession': 'str', 'parent_accessions': 'list[str]', 'title': 'str'}¶
- property
parent_accession¶ Gets the parent_accession of this V1alpha1BioProject.
- Returns
The parent_accession of this V1alpha1BioProject.
- Return type
str
- property
parent_accessions¶ Gets the parent_accessions of this V1alpha1BioProject.
- Returns
The parent_accessions of this V1alpha1BioProject.
- Return type
list[str]
- property
title¶ Gets the title of this V1alpha1BioProject.
- Returns
The title of this V1alpha1BioProject.
- Return type
str
to_dict()¶Returns the model properties as a dict
to_str()¶Returns the string representation of the model
Generated April 23, 2021