| Name | Type | Description | Notes |
|---|---|---|---|
| accessible_by_group_ids | Array<String> | [optional] | |
| root_comment_count | Integer | [optional] | |
| comment_count | Integer | [optional] | |
| title | String | ||
| url | String | ||
| url_id | String |
require 'fastcomments-client'
instance = FastCommentsClient::CreateAPIPageData.new(
accessible_by_group_ids: null,
root_comment_count: null,
comment_count: null,
title: null,
url: null,
url_id: null
)