Name | Type | Description | Notes |
---|---|---|---|
bbox | List[BboxBboxInner] | ||
crs | BboxDefCrs | [optional] | |
collection | str | ||
filter | str | [optional] | |
properties | FieldsModifiersProperties | [optional] | |
sort_by | List[str] | [optional] | |
input | str | ||
inputs | Dict[str, InputWorkflows1] | [optional] | |
outputs | Dict[str, OutputWorkflows1] | [optional] | |
process | str | URI to the process execution end point (i.e., `.../processes/{processId}/execution`) | |
subscriber | Subscriber | [optional] |
from unity_sps_ogc_processes_api_python_client.models.actual_instance1 import ActualInstance1
# TODO update the JSON string below
json = "{}"
# create an instance of ActualInstance1 from a JSON string
actual_instance1_instance = ActualInstance1.from_json(json)
# print the JSON string representation of the object
print(ActualInstance1.to_json())
# convert the object into a dict
actual_instance1_dict = actual_instance1_instance.to_dict()
# create an instance of ActualInstance1 from a dict
actual_instance1_from_dict = ActualInstance1.from_dict(actual_instance1_dict)