Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.62 KB

Execute200ResponseOutputAnyOfValue.md

File metadata and controls

37 lines (30 loc) · 1.62 KB

Execute200ResponseOutputAnyOfValue

Properties

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 InputValueOutput

Example

from unity_sps_ogc_processes_api_python_client.models.execute200_response_output_any_of_value import Execute200ResponseOutputAnyOfValue

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

# convert the object into a dict
execute200_response_output_any_of_value_dict = execute200_response_output_any_of_value_instance.to_dict()
# create an instance of Execute200ResponseOutputAnyOfValue from a dict
execute200_response_output_any_of_value_from_dict = Execute200ResponseOutputAnyOfValue.from_dict(execute200_response_output_any_of_value_dict)

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