# CommunicationMessageEnqueueAction

Represents the time interval to resend messages.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**endDate** | **string** | The upper limit until which created messages will be enqueued. | [default to undefined]
**startDate** | **string** | The lower limit from which created messages will be enqueued. | [default to undefined]
**templateTypes** | **Array&lt;string&gt;** | The list of template message types to enqueue. | [optional] [default to undefined]

## Example

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

const instance: CommunicationMessageEnqueueAction = {
    endDate,
    startDate,
    templateTypes,
};
```

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