Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 787 Bytes

File metadata and controls

32 lines (26 loc) · 787 Bytes

Late::UpdateCommentAutomation200ResponseAutomation

Properties

Name Type Description Notes
id String [optional]
name String [optional]
keywords Array<String> [optional]
match_mode String [optional]
dm_message String [optional]
comment_reply String [optional]
is_active Boolean [optional]
updated_at Time [optional]

Example

require 'late-sdk'

instance = Late::UpdateCommentAutomation200ResponseAutomation.new(
  id: null,
  name: null,
  keywords: null,
  match_mode: null,
  dm_message: null,
  comment_reply: null,
  is_active: null,
  updated_at: null
)