Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.1 KB

BasePipelineWithSelectedFlag.md

File metadata and controls

17 lines (14 loc) · 1.1 KB

# BasePipelineWithSelectedFlag

Properties

Name Type Description Notes
id int The ID of the pipeline [optional]
name string The name of the pipeline [optional]
url_title string The pipeline title displayed in the URL [optional]
order_nr int Defines the order of pipelines. First order (`order_nr=0`) is the default pipeline. [optional]
active bool Whether this pipeline will be made inactive (hidden) or active [optional]
deal_probability bool Whether deal probability is disabled or enabled for this pipeline [optional]
add_time string The pipeline creation time. Format: YYYY-MM-DD HH:MM:SS. [optional]
update_time string The pipeline update time. Format: YYYY-MM-DD HH:MM:SS. [optional]
selected bool A boolean that shows if the pipeline is selected from a filter or not [optional]

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