Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 822 Bytes

File metadata and controls

29 lines (20 loc) · 822 Bytes

BeginRange

Begin Range

Properties

Name Type Description Notes

Example

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)

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