| Name | Type | Description | Notes |
|---|---|---|---|
| status | String | ||
| total_related_comment_count | Integer | ||
| email_domains | Array<String> | ||
| emails | Array<String> | ||
| user_ids | Array<String> | ||
| ip_hashes | Array<String> |
require 'fastcomments-client'
instance = FastCommentsClient::BulkPreBanSummary.new(
status: null,
total_related_comment_count: null,
email_domains: null,
emails: null,
user_ids: null,
ip_hashes: null
)