Bbox1
Name | Type | Description | Notes |
---|---|---|---|
bbox | List[BboxBboxInner] | ||
crs | BboxDefCrs | [optional] |
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)