Late::GetCommentAutomation200ResponseLogsInner
| Name |
Type |
Description |
Notes |
| id |
String |
|
[optional] |
| comment_id |
String |
|
[optional] |
| commenter_id |
String |
|
[optional] |
| commenter_name |
String |
|
[optional] |
| comment_text |
String |
|
[optional] |
| status |
String |
|
[optional] |
| error |
String |
|
[optional] |
| created_at |
Time |
|
[optional] |
require 'late-sdk'
instance = Late::GetCommentAutomation200ResponseLogsInner.new(
id: null,
comment_id: null,
commenter_id: null,
commenter_name: null,
comment_text: null,
status: null,
error: null,
created_at: null
)