# AggregateBatchRequest

Batch aggregation request for loading a dashboard.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**requests** | [**Array&lt;AggregateRequest&gt;**](AggregateRequest.md) |  | [optional] [default to undefined]

## Example

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

const instance: AggregateBatchRequest = {
    requests,
};
```

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