pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# GetDealsSummaryResponse200DataWeightedValuesTotal

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | Option<**f32**> | The total weighted value of the deals in the deal currency group | [optional]
**count** | Option<**i32**> | The number of deals in the deal currency group | [optional]
**value_formatted** | Option<**String**> | The total weighted value of the deals formatted with deal currency. E.g. €50 | [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)