| Extends: |
entityValue |
| Namespace: |
http://fico.com/xpress/insight/rest/v1 |
The value of an array entity.
XML
Elements
| name (type) |
min/max occurs |
description |
| scenarioId (string) |
0/1 |
The id of the scenario that owns this array |
| arraySize (int) |
0/1 |
The number of elements in this array |
| array (anonymous) |
0/1 |
The data in this array. The data is represented by a nested set of object maps. Leaves are the values, keys are the indices. |
| filterId (string) |
0/1 |
The id of the filter that was applied to this array, if present on the filter. |
JSON
| property |
type |
description |
| scenarioId |
scenarioId (string) |
The id of the scenario that owns this array |
| arraySize |
arraySize (int) |
The number of elements in this array |
| array |
array (anonymous) |
The data in this array. The data is represented by a nested set of object maps. Leaves are the values, keys are the indices. |
| filterId |
filterId (string) |
The id of the filter that was applied to this array, if present on the filter. |