| Name | Type | Description | Notes |
|---|---|---|---|
| Id | int | Column Id | |
| Name | string | Name of the column | |
| Label | string | Label of the column | |
| Type | string | Type of the column | |
| Options | List<Option> | Options to choose for select and multi-select columns | |
| ForeignTableId | long | The id of another table to which the column refers/points to. | [optional] |
| ForeignColumnId | int | The id of the column from another table to which the column refers/points to. | [optional] |