Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.57 KB

PropertyCreate.md

File metadata and controls

20 lines (16 loc) · 1.57 KB

HubSpot.NET.Model.PropertyCreate

Properties

Name Type Description Notes
Name string The internal property name, which must be used when referencing the property via the API.
Label string A human-readable property label that will be shown in HubSpot.
Type string The data type of the property.
FieldType string Controls how the property appears in HubSpot.
GroupName string The name of the property group the property belongs to.
Description string A description of the property that will be shown as help text in HubSpot. [optional]
Options List<PropertiesOptionInput> A list of valid options for the property. This field is required for enumerated properties. [optional]
DisplayOrder int Properties are displayed in order starting with the lowest positive integer value. Values of -1 will cause the property to be displayed after any positive values. [optional]
HasUniqueValue bool Whether or not the property's value must be unique. Once set, this can't be changed. [optional]
Hidden bool If true, the property won't be visible and can't be used in HubSpot. [optional]
FormField bool Whether or not the property can be used in a HubSpot form. [optional]

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