Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1001 Bytes

Execute200ResponseInput.md

File metadata and controls

26 lines (19 loc) · 1001 Bytes

Execute200ResponseInput

Properties

Name Type Description Notes

Example

from unity_sps_ogc_processes_api_python_client.models.execute200_response_input import Execute200ResponseInput

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

# convert the object into a dict
execute200_response_input_dict = execute200_response_input_instance.to_dict()
# create an instance of Execute200ResponseInput from a dict
execute200_response_input_from_dict = Execute200ResponseInput.from_dict(execute200_response_input_dict)

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