Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 406 Bytes

File metadata and controls

20 lines (14 loc) · 406 Bytes

FastCommentsClient::DeleteCommentResult

Properties

Name Type Description Notes
action DeleteCommentAction
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::DeleteCommentResult.new(
  action: null,
  status: null
)