End Range
| Name | Type | Description | Notes |
|---|
from onelens_backend_client.models.end_range import EndRange
# TODO update the JSON string below
json = "{}"
# create an instance of EndRange from a JSON string
end_range_instance = EndRange.from_json(json)
# print the JSON string representation of the object
print(EndRange.to_json())
# convert the object into a dict
end_range_dict = end_range_instance.to_dict()
# create an instance of EndRange from a dict
end_range_form_dict = end_range.from_dict(end_range_dict)