Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.46 KB

QualifiedInputValueWorkflows.md

File metadata and controls

34 lines (27 loc) · 1.46 KB

QualifiedInputValueWorkflows

QualifiedInputValueWorkflows

Properties

Name Type Description Notes
encoding str [optional]
filter str [optional]
media_type str [optional]
properties FieldsModifiersProperties [optional]
var_schema FormatSchema [optional]
sort_by List[str] [optional]
value InputValueWorkflows

Example

from unity_sps_ogc_processes_api_python_client.models.qualified_input_value_workflows import QualifiedInputValueWorkflows

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

# convert the object into a dict
qualified_input_value_workflows_dict = qualified_input_value_workflows_instance.to_dict()
# create an instance of QualifiedInputValueWorkflows from a dict
qualified_input_value_workflows_from_dict = QualifiedInputValueWorkflows.from_dict(qualified_input_value_workflows_dict)

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