Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1011 Bytes

OutputWorkflows1.md

File metadata and controls

29 lines (22 loc) · 1011 Bytes

OutputWorkflows1

OutputWorkflows1

Properties

Name Type Description Notes
output str [optional]
format Format [optional]

Example

from unity_sps_ogc_processes_api_python_client.models.output_workflows1 import OutputWorkflows1

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

# convert the object into a dict
output_workflows1_dict = output_workflows1_instance.to_dict()
# create an instance of OutputWorkflows1 from a dict
output_workflows1_from_dict = OutputWorkflows1.from_dict(output_workflows1_dict)

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