Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 653 Bytes

File metadata and controls

28 lines (22 loc) · 653 Bytes

FastCommentsClient::CreateAPIPageData

Properties

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

Example

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
)