V2reportsClassification

December 6, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
superkingdomV2reportsTaxData[optional]
kingdomV2reportsTaxData[optional]
phylumV2reportsTaxData[optional]
var_classV2reportsTaxData[optional]
orderV2reportsTaxData[optional]
familyV2reportsTaxData[optional]
genusV2reportsTaxData[optional]
speciesV2reportsTaxData[optional]
domainV2reportsTaxData[optional]
realmV2reportsTaxData[optional]
acellular_rootV2reportsTaxData[optional]

Example

from ncbi.datasets.openapi.models.v2reports_classification import V2reportsClassification

# TODO update the JSON string below
json = "{}"
# create an instance of V2reportsClassification from a JSON string
v2reports_classification_instance = V2reportsClassification.from_json(json)
# print the JSON string representation of the object
print(V2reportsClassification.to_json())

# convert the object into a dict
v2reports_classification_dict = v2reports_classification_instance.to_dict()
# create an instance of V2reportsClassification from a dict
v2reports_classification_from_dict = V2reportsClassification.from_dict(v2reports_classification_dict)

[Back to Model list] [Back to API list] [Back to README]