Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 364 Bytes

File metadata and controls

20 lines (14 loc) · 364 Bytes

FastCommentsClient::RemoveCommentActionResponse

Properties

Name Type Description Notes
status String
action String

Example

require 'fastcomments-client'

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