Zernio::CreateCommentAutomation200ResponseAutomation
| Name |
Type |
Description |
Notes |
| id |
String |
|
[optional] |
| name |
String |
|
[optional] |
| platform |
String |
|
[optional] |
| trigger |
String |
|
[optional] |
| platform_post_id |
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] |
| link_tracking |
Boolean |
|
[optional] |
| click_tag |
String |
|
[optional] |
| is_active |
Boolean |
|
[optional] |
| stats |
CreateCommentAutomation200ResponseAutomationStats |
|
[optional] |
| created_at |
Time |
|
[optional] |
require 'zernio-sdk'
instance = Zernio::CreateCommentAutomation200ResponseAutomation.new(
id: null,
name: null,
platform: null,
trigger: null,
platform_post_id: null,
keywords: null,
match_mode: null,
dm_message: null,
buttons: null,
comment_reply: null,
link_tracking: null,
click_tag: null,
is_active: null,
stats: null,
created_at: null
)