A HubSpot property option

Constructors

Properties

createdAt: Date

The timestamp when the option was created, in ISO 8601 format.

createdBy?: SimpleUser
createdByUserId?: number

The ID of the user who created the option.

id: string

The unique ID of the option.

label?: string

A user-friendly label that identifies the option.

name: string

An internal name assigned to the option, distinct from the label.

order: number
type: string

Indicates the category or data type of the option (e.g., string, number).

updatedAt: Date

The timestamp when the option was last updated, in ISO 8601 format.

updatedBy?: SimpleUser
updatedByUserId?: number

The ID of the user who last updated the option.

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

Methods

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