# DashboardWidgetEndpoint


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**type** | [**WidgetType**](WidgetType.md) |  | [default to undefined]
**endpoint** | **object** |  | [default to undefined]
**requiresDateRange** | **boolean** |  | [default to undefined]
**category** | [**WidgetCategory**](WidgetCategory.md) |  | [default to undefined]
**defaultSize** | [**DashboardWidgetEndpointDefaultSize**](DashboardWidgetEndpointDefaultSize.md) |  | [optional] [default to undefined]

## Example

```typescript
import { DashboardWidgetEndpoint } from '@connectedxm/admin-sdk';

const instance: DashboardWidgetEndpoint = {
    name,
    description,
    type,
    endpoint,
    requiresDateRange,
    category,
    defaultSize,
};
```

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