Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 940 Bytes

File metadata and controls

34 lines (28 loc) · 940 Bytes

Zernio::UpdateCommentAutomation200ResponseAutomation

Properties

Name Type Description Notes
id String [optional]
name String [optional]
keywords Array<String> [optional]
match_mode String [optional]
dm_message String [optional]
buttons Array<DmButton> Inline DM buttons (up to 3). Omitted when none are set. [optional]
comment_reply String [optional]
is_active Boolean [optional]
updated_at Time [optional]

Example

require 'zernio-sdk'

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