Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 479 Bytes

File metadata and controls

20 lines (14 loc) · 479 Bytes

FastCommentsClient::CheckBlockedCommentsResponse

Properties

Name Type Description Notes
comment_statuses Hash<String, Boolean> Construct a type with a set of properties K of type T
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::CheckBlockedCommentsResponse.new(
  comment_statuses: null,
  status: null
)