Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 559 Bytes

File metadata and controls

24 lines (18 loc) · 559 Bytes

Late::ListCommentAutomations200ResponseAutomationsInnerStats

Properties

Name Type Description Notes
triggered Integer [optional]
dms_sent Integer [optional]
dms_failed Integer [optional]
unique_contacts Integer [optional]

Example

require 'late-sdk'

instance = Late::ListCommentAutomations200ResponseAutomationsInnerStats.new(
  triggered: null,
  dms_sent: null,
  dms_failed: null,
  unique_contacts: null
)