| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| dateTimeFormat | DateTimeFormat | [optional] | |
| dependsOn | String | [optional] | |
| description | String | [optional] | |
| editable | Boolean | [optional] | |
| formula | Formula | [optional] | |
| isSource | Boolean | [optional] | |
| isTarget | Boolean | [optional] | |
| languageCode | String | [optional] | |
| languageName | String | [optional] | |
| lengthLimitSetting | LengthLimitSetting | [optional] | |
| localizationType | LocalizationTypeEnum | [optional] | |
| name | String | [optional] | |
| numberFormat | NumberFormat | [optional] | |
| reference | ColumnReference | [optional] | |
| selection | Selection | [optional] | |
| selectionOptions | List<String> | [optional] | |
| type | TypeEnum | [optional] |
| Name | Value |
|---|---|
| SOURCE_LANGUAGE | "sourceLanguage" |
| TARGET_LANGUAGE | "targetLanguage" |
| Name | Value |
|---|---|
| SINGLE_LINE | "singleLine" |
| MULTIPLE_LINES | "multipleLines" |
| RICH_TEXT | "richText" |
| MARKDOWN | "markdown" |
| SINGLE_SELECTION | "singleSelection" |
| MULTIPLE_SELECTIONS | "multipleSelections" |
| BOOLEAN | "boolean" |
| NUMBER | "number" |
| DATETIME | "datetime" |
| FILES | "files" |
| REFERENCE | "reference" |
| LOOKUP | "lookup" |
| LANGUAGE | "language" |
| JSON | "json" |
| YAML | "yaml" |
| HTML | "html" |
| FORMULA | "formula" |
| USER | "user" |
- Serializable