Name | Type | Description | Notes |
---|---|---|---|
UpdatedAt | DateTimeOffset | [optional] | |
CreatedAt | DateTimeOffset | [optional] | |
ArchivedAt | DateTimeOffset | When the property was archived. | [optional] |
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 property data type. | |
FieldType | string | Controls how the property appears in HubSpot. | |
Description | string | A description of the property that will be shown as help text in HubSpot. | |
GroupName | string | The name of the property group the property belongs to. | |
Options | List<PropertiesOption> | A list of valid options for the property. This field is required for enumerated properties, but will be empty for other property types. | |
CreatedUserId | string | The internal user ID of the user who created the property in HubSpot. This field may not exist if the property was created outside of HubSpot. | [optional] |
UpdatedUserId | string | The internal user ID of the user who updated the property in HubSpot. This field may not exist if the property was updated outside of HubSpot. | [optional] |
ReferencedObjectType | string | If this property is related to other object(s), they'll be listed here. | [optional] |
DisplayOrder | int | Properties are shown in order, starting with the lowest positive integer value. | [optional] |
Calculated | bool | For default properties, true indicates that the property is calculated by a HubSpot process. It has no effect for custom properties. | [optional] |
ExternalOptions | bool | For default properties, true indicates that the options are stored externally to the property settings. | [optional] |
Archived | bool | Whether or not the property is archived. | [optional] |
HasUniqueValue | bool | Whether or not the property's value must be unique. Once set, this can't be changed. | [optional] |
Hidden | bool | Whether or not the property will be hidden from the HubSpot UI. It's recommended this be set to false for custom properties. | [optional] |
HubspotDefined | bool | This will be true for default object properties built into HubSpot. | [optional] |
ShowCurrencySymbol | bool | Whether or not the property will display the currency symbol set in the account settings. | [optional] |
ModificationMetadata | PropertyModificationMetadata | [optional] | |
FormField | bool | Whether or not the property can be used in a HubSpot form. | [optional] |