# openapi.model.GetDashboardRes

## Load the model package
```dart
import 'package:openapi/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**topProducts** | [**BuiltList&lt;TopProducts&gt;**](TopProducts.md) |  | 
**salesByCountry** | [**SalesByCountry**](SalesByCountry.md) |  | 
**orderCount** | [**OrderData**](OrderData.md) |  | 
**orderPrice** | [**OrderData**](OrderData.md) |  | 
**visitors** | [**OrderData**](OrderData.md) |  | 
**total** | [**GetTotalRes**](GetTotalRes.md) |  | 

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


