V2reportsGeneticCodes

July 11, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
primaryV2reportsGeneticCode[optional]
mitochondrialV2reportsGeneticCode[optional]
plastidV2reportsGeneticCode[optional]
hydrogenosomeV2reportsGeneticCode[optional]

Example

from ncbi.datasets.openapi.models.v2reports_genetic_codes import V2reportsGeneticCodes

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

# convert the object into a dict
v2reports_genetic_codes_dict = v2reports_genetic_codes_instance.to_dict()
# create an instance of V2reportsGeneticCodes from a dict
v2reports_genetic_codes_from_dict = V2reportsGeneticCodes.from_dict(v2reports_genetic_codes_dict)

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