Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 366 Bytes

File metadata and controls

20 lines (14 loc) · 366 Bytes

FastCommentsClient::PostRemoveCommentApiResponse

Properties

Name Type Description Notes
action String
status String

Example

require 'fastcomments-client'

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