Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 775 Bytes

File metadata and controls

32 lines (26 loc) · 775 Bytes

Late::GetCommentAutomation200ResponseLogsInner

Properties

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]

Example

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
)