An input used to create or replace a pipeline's definition.

Constructors

Properties

displayOrder: number

The order for displaying this pipeline. If two pipelines have a matching displayOrder, they will be sorted alphabetically by label.

label: string

A unique label used to organize pipelines in HubSpot's UI

Pipeline stage inputs used to create the new or replacement pipeline.

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

Methods

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