Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 519 Bytes

File metadata and controls

22 lines (16 loc) · 519 Bytes

FastCommentsClient::PublicAPIDeleteCommentResponse

Properties

Name Type Description Notes
comment DeletedCommentResultComment [optional]
hard_removed Boolean
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::PublicAPIDeleteCommentResponse.new(
  comment: null,
  hard_removed: null,
  status: null
)