The type code is LTV
| lastUpdateByName | string  <= 255 characters   | 
| createdByName | string  <= 255 characters   | 
| typedId | string  | 
| upperBound | number  | 
| lastUpdateDate | string <date-time>   | 
| type | string  Possible values: "SIMPLE" "RANGE" "MATRIX" "SIMPLE_INT_KEY" "SIMPLE_REAL_KEY" "SIMPLE_DATE_KEY" "JSON"    | 
| version | integer  | 
| rawValue | string  | 
| createdBy | integer  | 
| valueType | string  Possible values: "STRING" "INT" "REAL" "MATRIX" "DATE" "MATRIX2" "MATRIX3" "MATRIX4" "MATRIX5" "MATRIX6" "JSON" "JSON2"    | 
| name | string  | 
| tableId | integer  | 
| lowerBound | number  | 
| value | string  <= 255 characters   | 
| createDate | string <date-time>   | 
| lastUpdateBy | integer  | 
{- "lastUpdateByName": "string",
 - "createdByName": "string",
 - "typedId": "string",
 - "upperBound": 0,
 - "lastUpdateDate": "2019-08-24T14:15:22Z",
 - "type": "SIMPLE",
 - "version": 0,
 - "rawValue": "string",
 - "createdBy": 0,
 - "valueType": "STRING",
 - "name": "string",
 - "tableId": 0,
 - "lowerBound": 0,
 - "value": "string",
 - "createDate": "2019-08-24T14:15:22Z",
 - "lastUpdateBy": 0
 
}