Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 490 Bytes

File metadata and controls

22 lines (16 loc) · 490 Bytes

Late::CreateCommentAutomation200ResponseAutomationStats

Properties

Name Type Description Notes
total_triggered Integer [optional]
total_sent Integer [optional]
total_failed Integer [optional]

Example

require 'late-sdk'

instance = Late::CreateCommentAutomation200ResponseAutomationStats.new(
  total_triggered: null,
  total_sent: null,
  total_failed: null
)