Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 822 Bytes

ColumnRequest.md

File metadata and controls

16 lines (12 loc) · 822 Bytes

HubSpot.NET.Model.ColumnRequest

Properties

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]

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