A pipeline 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. | |
| Id | string | A unique identifier generated by HubSpot that can be used to retrieve and update the pipeline. | |
| Stages | List<PipelineStage> | The stages associated with the pipeline. They can be retrieved and updated via the pipeline stages endpoints. | |
| CreatedAt | DateTimeOffset | The date the pipeline was created. The default pipelines will have createdAt = 0. | |
| ArchivedAt | DateTimeOffset | The date the pipeline was archived. `archivedAt` will only be present if the pipeline is archived. | [optional] |
| UpdatedAt | DateTimeOffset | The date the pipeline was last updated. | |
| Archived | bool | Whether the pipeline is archived. |