Ncbigsupgcolv2AssemblyCheckMHistogramRequest

January 24, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
tax_idint[optional]

Example

from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_check_m_histogram_request import Ncbigsupgcolv2AssemblyCheckMHistogramRequest

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

# convert the object into a dict
ncbigsupgcolv2_assembly_check_m_histogram_request_dict = ncbigsupgcolv2_assembly_check_m_histogram_request_instance.to_dict()
# create an instance of Ncbigsupgcolv2AssemblyCheckMHistogramRequest from a dict
ncbigsupgcolv2_assembly_check_m_histogram_request_from_dict = Ncbigsupgcolv2AssemblyCheckMHistogramRequest.from_dict(ncbigsupgcolv2_assembly_check_m_histogram_request_dict)

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