pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
# BasePipelineWithSelectedFlag

## Properties

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

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)