This type used inside the params container.
NOTE: Can not be set to null. In the params container used strong typing.
- KLOAPI type: paramArray
- JSON presentation: JSON array
- Description: Ordered collection of different types of values
- Value format: May contains elements of the following types:null, paramString, paramBool, paramInt, paramLong, paramDateTime, paramDate, paramBinary, paramFloat, paramDouble, paramArray, paramParams. Example:[{"type": "date", "value": "2016-09-19"}, {"type": "datetime", "value": "2016-09-19T15:22:35Z"}]