Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 359 Bytes

File metadata and controls

18 lines (12 loc) · 359 Bytes

FastCommentsClient::UnBlockFromCommentParams

Properties

Name Type Description Notes
comment_ids_to_check Array<String> [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::UnBlockFromCommentParams.new(
  comment_ids_to_check: null
)