Domain object for an array of each type
| Name | Type | Description | Notes |
|---|---|---|---|
| int8 | List<Integer> | [optional] | |
| uint8 | List<Integer> | [optional] | |
| int16 | List<Integer> | [optional] | |
| uint16 | List<Integer> | [optional] | |
| int32 | List<Integer> | [optional] | |
| uint32 | List<Integer> | [optional] | |
| int64 | List<Long> | [optional] | |
| uint64 | List<Integer> | [optional] | |
| float32 | List<Float> | [optional] | |
| float64 | List<Double> | [optional] |