V2reportsTaxonomyNamesDescriptorCitation

March 26, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
full_citationstr[optional]
short_citationstr[optional]
pmidstr[optional]

Example

from ncbi.datasets.openapi.models.v2reports_taxonomy_names_descriptor_citation import V2reportsTaxonomyNamesDescriptorCitation

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

# convert the object into a dict
v2reports_taxonomy_names_descriptor_citation_dict = v2reports_taxonomy_names_descriptor_citation_instance.to_dict()
# create an instance of V2reportsTaxonomyNamesDescriptorCitation from a dict
v2reports_taxonomy_names_descriptor_citation_from_dict = V2reportsTaxonomyNamesDescriptorCitation.from_dict(v2reports_taxonomy_names_descriptor_citation_dict)

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