camunda-client 0.1.2

Rust client for camunda Rest API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# VariableQueryParameterDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | Option<[**serde_json::Value**].md> | The variable value, could be of type boolean, string or number | [optional]
**operator** | Option<**String**> | Comparison operator to be used | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)