Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 882 Bytes

PropertiesOption.md

File metadata and controls

14 lines (10 loc) · 882 Bytes

HubSpot.NET.Model.PropertiesOption

Properties

Name Type Description Notes
Label string A human-readable option label that will be shown in HubSpot.
Value string The internal value of the option, which must be used when setting the property value through the API.
Description string A description of the option. [optional]
DisplayOrder int Options are displayed in order starting with the lowest positive integer value. Values of -1 will cause the option to be displayed after any positive values. [optional]
Hidden bool Hidden options will not be displayed in HubSpot.

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