An input used to update some properties on a pipeline definition.
| Name | Type | Description | Notes |
|---|---|---|---|
| Label | string | A unique label used to organize pipelines in HubSpot's UI | [optional] |
| DisplayOrder | int | The order for displaying this pipeline. If two pipelines have a matching `displayOrder`, they will be sorted alphabetically by label. | [optional] |
| Archived | bool | Whether the pipeline is archived. This property should only be provided when restoring an archived pipeline. If it's provided in any other call, the request will fail and a `400 Bad Request` will be returned. | [optional] |