An input used to create or replace a pipeline's definition.
Name | Type | Description | Notes |
---|---|---|---|
Label | string | A unique label used to organize pipelines in HubSpot's UI | |
DisplayOrder | int | The order for displaying this pipeline. If two pipelines have a matching `displayOrder`, they will be sorted alphabetically by label. | |
Stages | List<PipelineStageInput> | Pipeline stage inputs used to create the new or replacement pipeline. |