Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 523 Bytes

File metadata and controls

24 lines (18 loc) · 523 Bytes

FastCommentsClient::DeletedCommentResultComment

Properties

Name Type Description Notes
is_deleted Boolean [optional]
comment_html String
commenter_name String
user_id String [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::DeletedCommentResultComment.new(
  is_deleted: null,
  comment_html: null,
  commenter_name: null,
  user_id: null
)