pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
# DealCollectionResponseObject

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i32**> | The ID of the deal | [optional]
**creator_user_id** | Option<**i32**> | The ID of the deal creator | [optional]
**user_id** | Option<**i32**> | The ID of the user | [optional]
**person_id** | Option<**i32**> | The ID of the person associated with the deal | [optional]
**org_id** | Option<**i32**> | The ID of the organization associated with the deal | [optional]
**stage_id** | Option<**i32**> | The ID of the deal stage | [optional]
**title** | Option<**String**> | The title of the deal | [optional]
**value** | Option<**f32**> | The value of the deal | [optional]
**currency** | Option<**String**> | The currency associated with the deal | [optional]
**add_time** | Option<**String**> | The creation date and time of the deal in UTC. Format: YYYY-MM-DD HH:MM:SS. | [optional]
**update_time** | Option<**String**> | The last update date and time of the deal in UTC. Format: YYYY-MM-DD HH:MM:SS. | [optional]
**status** | Option<**String**> | The status of the deal | [optional]
**probability** | Option<**f32**> | The success probability percentage of the deal | [optional]
**lost_reason** | Option<**String**> | The reason for losing the deal | [optional]
**visible_to** | Option<**String**> | The visibility of the deal | [optional]
**close_time** | Option<**String**> | The date and time of closing the deal in UTC. Format: YYYY-MM-DD HH:MM:SS. | [optional]
**pipeline_id** | Option<**i32**> | The ID of the pipeline associated with the deal | [optional]
**won_time** | Option<**String**> | The date and time of changing the deal status to won in UTC. Format: YYYY-MM-DD HH:MM:SS. | [optional]
**lost_time** | Option<**String**> | The date and time of changing the deal status to lost in UTC. Format: YYYY-MM-DD HH:MM:SS. | [optional]
**expected_close_date** | Option<[**String**]string.md> | The expected close date of the deal | [optional]
**label** | Option<**String**> | The label or multiple labels assigned to the deal | [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)