Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.26 KB

InputValueWorkflows.md

File metadata and controls

31 lines (24 loc) · 1.26 KB

InputValueWorkflows

InputValueWorkflows

Properties

Name Type Description Notes
actual_instance InputValueNoObjectWorkflows [optional]
one_of_schemas List[str] [optional]
oneof_schema_1_validator InputValueNoObjectWorkflows [optional]
oneof_schema_2_validator object [optional]

Example

from unity_sps_ogc_processes_api_python_client.models.input_value_workflows import InputValueWorkflows

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

# convert the object into a dict
input_value_workflows_dict = input_value_workflows_instance.to_dict()
# create an instance of InputValueWorkflows from a dict
input_value_workflows_from_dict = InputValueWorkflows.from_dict(input_value_workflows_dict)

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