# AnalyticsDashboardConfig


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**version** | **number** |  | [optional] [default to undefined]
**columns** | **number** |  | [optional] [default to undefined]
**widgets** | [**Array&lt;AnalyticsWidgetConfig&gt;**](AnalyticsWidgetConfig.md) |  | [optional] [default to undefined]

## Example

```typescript
import { AnalyticsDashboardConfig } from '@caraer/client';

const instance: AnalyticsDashboardConfig = {
    version,
    columns,
    widgets,
};
```

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