Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.23 KB

InputWorkflows1.md

File metadata and controls

31 lines (24 loc) · 1.23 KB

InputWorkflows1

InputWorkflows1

Properties

Name Type Description Notes
actual_instance ActualInstance2 [optional]
one_of_schemas List[str] [optional]
oneof_schema_1_validator InlineOrRefDataWorkflows [optional]
oneof_schema_2_validator List[InlineOrRefDataWorkflows] [optional]

Example

from unity_sps_ogc_processes_api_python_client.models.input_workflows1 import InputWorkflows1

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

# convert the object into a dict
input_workflows1_dict = input_workflows1_instance.to_dict()
# create an instance of InputWorkflows1 from a dict
input_workflows1_from_dict = InputWorkflows1.from_dict(input_workflows1_dict)

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