# TriggerHourlyAndEndOfDayProcessingResponse

Represents the response for triggering hourly and end of day processing

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**state** | **string** | Represents the execution status of a background process | [optional] [readonly] [default to undefined]

## Example

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

const instance: TriggerHourlyAndEndOfDayProcessingResponse = {
    state,
};
```

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