HubSpotObjectProperty
Schema definition for a single HubSpot object property.
type HubSpotObjectProperty {
name: String
label: String
type: String
fieldType: String
options: [HubSpotObjectPropertyOption]
}
Fields
HubSpotObjectProperty.name ● String scalar
Internal property name.
HubSpotObjectProperty.label ● String scalar
Human-readable property label.
HubSpotObjectProperty.type ● String scalar
Data type of the property (e.g. "string", "number", "enumeration").
HubSpotObjectProperty.fieldType ● String scalar
Input widget type HubSpot uses for the property (e.g. "text", "select").
HubSpotObjectProperty.options ● [HubSpotObjectPropertyOption] list object
Selectable values for enumeration-style properties.