Begin Range
| Name | Type | Description | Notes |
|---|
from onelens_backend_client.models.begin_range import BeginRange
# TODO update the JSON string below
json = "{}"
# create an instance of BeginRange from a JSON string
begin_range_instance = BeginRange.from_json(json)
# print the JSON string representation of the object
print(BeginRange.to_json())
# convert the object into a dict
begin_range_dict = begin_range_instance.to_dict()
# create an instance of BeginRange from a dict
begin_range_form_dict = begin_range.from_dict(begin_range_dict)