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