| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| name | String | [optional] | |
| description | String | [optional] | |
| template | GetWhatsAppBroadcasts200ResponseBroadcastsInnerTemplate | [optional] | |
| status | StatusEnum | [optional] | |
| messagePreview | String | Template name or message text snippet | [optional] |
| recipientCount | Integer | [optional] | |
| scheduledAt | OffsetDateTime | [optional] | |
| startedAt | OffsetDateTime | [optional] | |
| completedAt | OffsetDateTime | [optional] | |
| sentCount | Integer | [optional] | |
| deliveredCount | Integer | [optional] | |
| readCount | Integer | [optional] | |
| failedCount | Integer | [optional] | |
| createdAt | OffsetDateTime | [optional] |
| Name | Value |
|---|---|
| DRAFT | "draft" |
| SCHEDULED | "scheduled" |
| SENDING | "sending" |
| COMPLETED | "completed" |
| FAILED | "failed" |
| CANCELLED | "cancelled" |