V2TaxonomyNodeCountByType

December 6, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeV2reportsCountType[optional] [default to V2reportsCountType.COUNT_TYPE_UNSPECIFIED]
countint[optional]

Example

from ncbi.datasets.openapi.models.v2_taxonomy_node_count_by_type import V2TaxonomyNodeCountByType

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

# convert the object into a dict
v2_taxonomy_node_count_by_type_dict = v2_taxonomy_node_count_by_type_instance.to_dict()
# create an instance of V2TaxonomyNodeCountByType from a dict
v2_taxonomy_node_count_by_type_from_dict = V2TaxonomyNodeCountByType.from_dict(v2_taxonomy_node_count_by_type_dict)

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