This type used inside the params container.
NOTE: Can not be set to null. In the params container used strong typing.
- KLOAPI type: paramParams
- JSON presentation: JSON object
- Description: Universal container
- Value format: Contains two fields: the field "type" with a value of "params" and the field "value" with a value represented as container with pairs of "name":"value", where "value" can be one of the following types: paramString, paramBool, paramInt, paramLong, paramDateTime, paramDate, paramBinary, paramFloat, paramDouble, paramArray, paramParams. Example:{"type": "params", "value": {"var1": 23, "var2": "str12", "var3": {"type": "date", "value": "2016-09-19"}}}
- Note:
- Make sure that the container is not a method parameter otherwise see description of the type params.