Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 871 Bytes

File metadata and controls

26 lines (19 loc) · 871 Bytes

BboxBboxInner

Properties

Name Type Description Notes

Example

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)

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