Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1.23 KB

File metadata and controls

21 lines (16 loc) · 1.23 KB

Pipeline

Properties

Name Type Description Notes
name str The name of the Pipeline.
id str The unique identifier of the Pipeline. [optional]
currency Currency [optional]
archived bool Whether the Pipeline is archived or not. [optional]
active bool Whether the Pipeline is active or not. [optional]
display_order int, none_type The order in which the Pipeline is displayed in the UI. [optional]
win_probability_enabled bool Whether the Pipeline has win probability enabled or not. [optional]
stages [PipelineStages] The Pipeline Stages. [optional]
updated_at datetime, none_type The date and time when the object was last updated. [optional] [readonly]
created_at datetime, none_type The date and time when the object was created. [optional] [readonly]
pass_through PassThroughBody [optional]

[Back to Model list] [Back to API list] [Back to README]