Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 641 Bytes

File metadata and controls

28 lines (22 loc) · 641 Bytes

Late::UpdateCommentAutomationRequest

Properties

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

Example

require 'late-sdk'

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