Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.03 KB

File metadata and controls

31 lines (24 loc) · 1.03 KB

BboxDefCrs

BboxDefCrs

Properties

Name Type Description Notes
actual_instance object [optional]
any_of_schemas List[str] [optional]
anyof_schema_1_validator str [optional]
anyof_schema_2_validator str [optional]

Example

from unity_sps_ogc_processes_api_python_client.models.bbox_def_crs import BboxDefCrs

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

# convert the object into a dict
bbox_def_crs_dict = bbox_def_crs_instance.to_dict()
# create an instance of BboxDefCrs from a dict
bbox_def_crs_from_dict = BboxDefCrs.from_dict(bbox_def_crs_dict)

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