Name | Type | Description | Notes |
---|---|---|---|
bbox | List[BboxBboxInner] | ||
crs | BboxDefCrs | [optional] | |
href | str | ||
hreflang | str | [optional] | |
rel | str | [optional] | |
title | str | [optional] | |
type | str | [optional] | |
encoding | str | [optional] | |
media_type | str | [optional] | |
var_schema | FormatSchema | [optional] | |
value | InputValueInput |
from unity_sps_ogc_processes_api_python_client.models.execute200_response_input_any_of_value import Execute200ResponseInputAnyOfValue
# TODO update the JSON string below
json = "{}"
# create an instance of Execute200ResponseInputAnyOfValue from a JSON string
execute200_response_input_any_of_value_instance = Execute200ResponseInputAnyOfValue.from_json(json)
# print the JSON string representation of the object
print(Execute200ResponseInputAnyOfValue.to_json())
# convert the object into a dict
execute200_response_input_any_of_value_dict = execute200_response_input_any_of_value_instance.to_dict()
# create an instance of Execute200ResponseInputAnyOfValue from a dict
execute200_response_input_any_of_value_from_dict = Execute200ResponseInputAnyOfValue.from_dict(execute200_response_input_any_of_value_dict)