| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | Name of the column | |
| Label | string | Label of the column | |
| Id | string | Column Id | [optional] |
| Width | int | Column width for HubDB UI | [optional] |
| ForeignTableId | long | Foreign table id referenced | [optional] |
| ForeignColumnId | int | Foreign Column id | [optional] |
| ForeignIds | List<ForeignId> | Foreign Ids | [optional] |
| ForeignIdsById | Dictionary<string, ForeignId> | Foreign ids | [optional] |
| ForeignIdsByName | Dictionary<string, ForeignId> | Foreign ids by name | [optional] |
| Type | string | Type of the column | |
| OptionCount | int | Number of options available | [optional] |
| Archived | bool | Specifies whether the column is archived | [optional] |
| Options | List<Option> | Options to choose for select and multi-select columns | [optional] |