Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.24 KB

File metadata and controls

22 lines (18 loc) · 1.24 KB

HubSpot.NET.Model.Column

Properties

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]

[Back to Model list] [Back to API list] [Back to README]