Name | Type | Description | Notes |
---|
from unity_sps_ogc_processes_api_python_client.models.bbox_bbox_inner import BboxBboxInner
# TODO update the JSON string below
json = "{}"
# create an instance of BboxBboxInner from a JSON string
bbox_bbox_inner_instance = BboxBboxInner.from_json(json)
# print the JSON string representation of the object
print(BboxBboxInner.to_json())
# convert the object into a dict
bbox_bbox_inner_dict = bbox_bbox_inner_instance.to_dict()
# create an instance of BboxBboxInner from a dict
bbox_bbox_inner_from_dict = BboxBboxInner.from_dict(bbox_bbox_inner_dict)