Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.19 KB

File metadata and controls

16 lines (12 loc) · 1.19 KB

HubSpot.NET.Model.ObjectTypeDefinitionPatch

Defines attributes to update on an object type.

Properties

Name Type Description Notes
Labels ObjectTypeDefinitionLabels [optional]
RequiredProperties List<string> The names of properties that should be required when creating an object of this type. [optional]
SearchableProperties List<string> Names of properties that will be indexed for this object type in by HubSpot's product search. [optional]
PrimaryDisplayProperty string The name of the primary property for this object. This will be displayed as primary on the HubSpot record page for this object type. [optional]
SecondaryDisplayProperties List<string> The names of secondary properties for this object. These will be displayed as secondary on the HubSpot record page for this object type. [optional]
Restorable bool [optional]

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