Defines a enumeration property option

Constructors

Properties

description?: string

A description of the option.

displayOrder: number

Options are shown in order starting with the lowest positive integer value. Values of -1 will cause the option to be displayed after any positive values.

hidden: boolean

Hidden options won't be shown in HubSpot.

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.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]