Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 990 Bytes

PipelineItem.md

File metadata and controls

16 lines (13 loc) · 990 Bytes

# PipelineItem

Properties

Name Type Description Notes
id int The ID of the pipeline [optional]
name string The name of the pipeline [optional]
order_nr int Defines the order of pipelines. The pipeline with the lowest `order_nr` is considered the default. [optional]
is_selected bool Whether this pipeline is selected or not [optional]
is_deleted bool Whether this pipeline is marked as deleted or not [optional]
is_deal_probability_enabled bool Whether deal probability is disabled or enabled for this pipeline [optional]
add_time string The pipeline creation time [optional]
update_time string The pipeline update time [optional]

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