Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 794 Bytes

File metadata and controls

29 lines (20 loc) · 794 Bytes

EndRange

End Range

Properties

Name Type Description Notes

Example

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)

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