Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 879 Bytes

File metadata and controls

29 lines (22 loc) · 879 Bytes

Bbox1

Bbox1

Properties

Name Type Description Notes
bbox List[BboxBboxInner]
crs BboxDefCrs [optional]

Example

from unity_sps_ogc_processes_api_python_client.models.bbox1 import Bbox1

# TODO update the JSON string below
json = "{}"
# create an instance of Bbox1 from a JSON string
bbox1_instance = Bbox1.from_json(json)
# print the JSON string representation of the object
print(Bbox1.to_json())

# convert the object into a dict
bbox1_dict = bbox1_instance.to_dict()
# create an instance of Bbox1 from a dict
bbox1_from_dict = Bbox1.from_dict(bbox1_dict)

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