| Name | Type | Description | Notes |
|---|---|---|---|
| triggered | Integer | [optional] | |
| dms_sent | Integer | [optional] | |
| dms_failed | Integer | [optional] | |
| unique_contacts | Integer | [optional] |
require 'late-sdk'
instance = Late::ListCommentAutomations200ResponseAutomationsInnerStats.new(
triggered: null,
dms_sent: null,
dms_failed: null,
unique_contacts: null
)