Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 426 Bytes

File metadata and controls

20 lines (14 loc) · 426 Bytes

FastCommentsClient::SetCommentApprovedResponse

Properties

Name Type Description Notes
did_reset_flagged_count Boolean [optional]
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::SetCommentApprovedResponse.new(
  did_reset_flagged_count: null,
  status: null
)