| Name | Type | Description | Notes |
|---|---|---|---|
| url_id | String | ||
| url | String | ||
| title | String | ||
| comment_count | Float |
require 'fastcomments-client'
instance = FastCommentsClient::ModerationPageSearchProjected.new(
url_id: null,
url: null,
title: null,
comment_count: null
)