| Name | Type | Description | Notes |
|---|---|---|---|
| total_triggered | Integer | [optional] | |
| total_sent | Integer | [optional] | |
| total_failed | Integer | [optional] |
require 'late-sdk'
instance = Late::CreateCommentAutomation200ResponseAutomationStats.new(
total_triggered: null,
total_sent: null,
total_failed: null
)