pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
# DealNonStrict

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i32**> | The ID of the deal | [optional]
**creator_user_id** | Option<[**crate::models::DealNonStrictAllOfCreatorUserId**]dealNonStrict_allOf_creator_user_id.md> |  | [optional]
**user_id** | Option<[**crate::models::DealUserDataWithId**]dealUserDataWithId.md> |  | [optional]
**person_id** | Option<[**crate::models::DealPersonDataWithId**]dealPersonDataWithId.md> |  | [optional]
**org_id** | Option<[**crate::models::DealOrganizationDataWithId**]dealOrganizationDataWithId.md> |  | [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 | [optional]
**update_time** | Option<**String**> | The last updated date and time of the deal | [optional]
**stage_change_time** | Option<**String**> | The last updated date and time of the deal stage | [optional]
**active** | Option<**bool**> | Whether the deal is active or not | [optional]
**deleted** | Option<**bool**> | Whether the deal is deleted or not | [optional]
**status** | Option<**String**> | The status of the deal | [optional]
**probability** | Option<**f32**> | The success probability percentage of the deal | [optional]
**next_activity_date** | Option<**String**> | The date of the next activity associated with the deal | [optional]
**next_activity_time** | Option<**String**> | The time of the next activity associated with the deal | [optional]
**next_activity_id** | Option<**i32**> | The ID of the next activity associated with the deal | [optional]
**last_activity_id** | Option<**i32**> | The ID of the last activity associated with the deal | [optional]
**last_activity_date** | Option<**String**> | The date of the last activity associated with 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 | [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 as won | [optional]
**first_won_time** | Option<**String**> | The date and time of the first time changing the deal status as won | [optional]
**lost_time** | Option<**String**> | The date and time of changing the deal status as lost | [optional]
**products_count** | Option<**i32**> | The number of products associated with the deal | [optional]
**files_count** | Option<**i32**> | The number of files associated with the deal | [optional]
**notes_count** | Option<**i32**> | The number of notes associated with the deal | [optional]
**followers_count** | Option<**i32**> | The number of followers associated with the deal | [optional]
**email_messages_count** | Option<**i32**> | The number of emails associated with the deal | [optional]
**activities_count** | Option<**i32**> | The number of activities associated with the deal | [optional]
**done_activities_count** | Option<**i32**> | The number of completed activities associated with the deal | [optional]
**undone_activities_count** | Option<**i32**> | The number of incomplete activities associated with the deal | [optional]
**participants_count** | Option<**i32**> | The number of participants associated with the deal | [optional]
**expected_close_date** | Option<[**String**]string.md> | The expected close date of the deal | [optional]
**last_incoming_mail_time** | Option<**String**> | The date and time of the last incoming email associated with the deal | [optional]
**last_outgoing_mail_time** | Option<**String**> | The date and time of the last outgoing email associated with the deal | [optional]
**label** | Option<**String**> | The label or multiple labels assigned to the deal | [optional]
**stage_order_nr** | Option<**i32**> | The order number of the deal stage associated with the deal | [optional]
**person_name** | Option<**String**> | The name of the person associated with the deal | [optional]
**org_name** | Option<**String**> | The name of the organization associated with the deal | [optional]
**next_activity_subject** | Option<**String**> | The subject of the next activity associated with the deal | [optional]
**next_activity_type** | Option<**String**> | The type of the next activity associated with the deal | [optional]
**next_activity_duration** | Option<**String**> | The duration of the next activity associated with the deal | [optional]
**next_activity_note** | Option<**String**> | The note of the next activity associated with the deal | [optional]
**formatted_value** | Option<**String**> | The deal value formatted with selected currency. E.g. US$500 | [optional]
**weighted_value** | Option<**f32**> | Probability times deal value. Probability can either be deal probability or if not set, then stage probability. | [optional]
**formatted_weighted_value** | Option<**String**> | The weighted_value formatted with selected currency. E.g. US$500 | [optional]
**weighted_value_currency** | Option<**String**> | The currency associated with the deal | [optional]
**rotten_time** | Option<**String**> | The date and time of changing the deal status as rotten | [optional]
**owner_name** | Option<**String**> | The name of the deal owner | [optional]
**cc_email** | Option<**String**> | The BCC email of the deal | [optional]
**org_hidden** | Option<**bool**> | If the organization that is associated with the deal is hidden or not | [optional]
**person_hidden** | Option<**bool**> | If the person that is associated with the deal is hidden 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)