| Name | Type | Description | Notes |
|---|---|---|---|
| comment_ids | Array<String> | A list of comment ids to check if are blocked after performing the update. |
require 'fastcomments-client'
instance = FastCommentsClient::PublicBlockFromCommentParams.new(
comment_ids: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| comment_ids | Array<String> | A list of comment ids to check if are blocked after performing the update. |
require 'fastcomments-client'
instance = FastCommentsClient::PublicBlockFromCommentParams.new(
comment_ids: null
)