V2AssemblyCheckMHistogramReplyHistogramInterval
March 26, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| start_pos | float | [optional] | |
| stop_pos | float | [optional] | |
| count | float | [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)