pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# GetDealsSummaryResponse200Data

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**values_total** | Option<[**crate::models::GetDealsSummaryResponse200DataValuesTotal**]getDealsSummaryResponse200_data_values_total.md> |  | [optional]
**weighted_values_total** | Option<[**crate::models::GetDealsSummaryResponse200DataWeightedValuesTotal**]getDealsSummaryResponse200_data_weighted_values_total.md> |  | [optional]
**total_count** | Option<**i32**> | The total number of deals | [optional]
**total_currency_converted_value** | Option<**f32**> | The total value of deals converted into the company default currency | [optional]
**total_weighted_currency_converted_value** | Option<**f32**> | The total weighted value of deals converted into the company default currency | [optional]
**total_currency_converted_value_formatted** | Option<**String**> | The total converted value of deals formatted with the company default currency. E.g. US$5,100.96 | [optional]
**total_weighted_currency_converted_value_formatted** | Option<**String**> | The total weighted value of deals formatted with the company default currency. E.g. US$5,100.96 | [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)