# DashboardConfiguration

Response representation of the dashboard configuration

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**creationDate** | **string** | The date dashboard configuration was created | [optional] [default to undefined]
**encodedKey** | **string** | The encoded key of the dashboard configuration, auto generated, unique | [optional] [default to undefined]
**name** | **string** | Response representation of the dashboard option | [optional] [default to undefined]

## Example

```typescript
import { DashboardConfiguration } from './api';

const instance: DashboardConfiguration = {
    creationDate,
    encodedKey,
    name,
};
```

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