Sha256: 18cf0a815c2f9ce17e9358c04de356edca50cb5c5a686257327dc63d6bdc73b7

Contents?: true

Size: 1.43 KB

Versions: 13

Compression:

Stored size: 1.43 KB

Contents

# ElasticEmail::LogStatusSummary

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **recipients** | **Integer** | Number of recipients | [optional] |
| **email_total** | **Integer** | Number of emails | [optional] |
| **sms_total** | **Integer** | Number of SMS | [optional] |
| **delivered** | **Integer** | Number of delivered messages | [optional] |
| **bounced** | **Integer** | Number of bounced messages | [optional] |
| **in_progress** | **Integer** | Number of messages in progress | [optional] |
| **opened** | **Integer** | Number of opened messages | [optional] |
| **clicked** | **Integer** | Number of clicked messages | [optional] |
| **unsubscribed** | **Integer** | Number of unsubscribed messages | [optional] |
| **complaints** | **Integer** | Number of complaint messages | [optional] |
| **inbound** | **Integer** | Number of inbound messages | [optional] |
| **manual_cancel** | **Integer** | Number of manually cancelled messages | [optional] |
| **not_delivered** | **Integer** | Number of messages flagged with 'Not Delivered' | [optional] |

## Example

```ruby
require 'ElasticEmail'

instance = ElasticEmail::LogStatusSummary.new(
  recipients: 1234,
  email_total: 1234,
  sms_total: 12,
  delivered: 1000,
  bounced: 1000,
  in_progress: 1234,
  opened: 1000,
  clicked: 1000,
  unsubscribed: 1000,
  complaints: 1000,
  inbound: 1000,
  manual_cancel: 1000,
  not_delivered: 0
)
```

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ElasticEmail-4.0.26 docs/LogStatusSummary.md
ElasticEmail-4.0.25 docs/LogStatusSummary.md
ElasticEmail-4.0.24 docs/LogStatusSummary.md
ElasticEmail-4.0.23 docs/LogStatusSummary.md
ElasticEmail-4.0.22 docs/LogStatusSummary.md
ElasticEmail-4.0.21 docs/LogStatusSummary.md
ElasticEmail-4.0.20 docs/LogStatusSummary.md
ElasticEmail-4.0.16 docs/LogStatusSummary.md
ElasticEmail-4.0.15 docs/LogStatusSummary.md
ElasticEmail-4.0.13 docs/LogStatusSummary.md
ElasticEmail-4.0.12 docs/LogStatusSummary.md
ElasticEmail-4.0.11 docs/LogStatusSummary.md
ElasticEmail-4.0.1 docs/LogStatusSummary.md