V2AssemblyCheckMHistogramReplyHistogramInterval

March 26, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
start_posfloat[optional]
stop_posfloat[optional]
countfloat[optional]

Example

from ncbi.datasets.openapi.models.v2_assembly_check_m_histogram_reply_histogram_interval import V2AssemblyCheckMHistogramReplyHistogramInterval

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

# convert the object into a dict
v2_assembly_check_m_histogram_reply_histogram_interval_dict = v2_assembly_check_m_histogram_reply_histogram_interval_instance.to_dict()
# create an instance of V2AssemblyCheckMHistogramReplyHistogramInterval from a dict
v2_assembly_check_m_histogram_reply_histogram_interval_from_dict = V2AssemblyCheckMHistogramReplyHistogramInterval.from_dict(v2_assembly_check_m_histogram_reply_histogram_interval_dict)

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