Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1014 Bytes

Execute200ResponseOutput.md

File metadata and controls

26 lines (19 loc) · 1014 Bytes

Execute200ResponseOutput

Properties

Name Type Description Notes

Example

from unity_sps_ogc_processes_api_python_client.models.execute200_response_output import Execute200ResponseOutput

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

# convert the object into a dict
execute200_response_output_dict = execute200_response_output_instance.to_dict()
# create an instance of Execute200ResponseOutput from a dict
execute200_response_output_from_dict = Execute200ResponseOutput.from_dict(execute200_response_output_dict)

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