Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 473 Bytes

File metadata and controls

24 lines (18 loc) · 473 Bytes

FastCommentsClient::ModerationPageSearchProjected

Properties

Name Type Description Notes
url_id String
url String
title String
comment_count Float

Example

require 'fastcomments-client'

instance = FastCommentsClient::ModerationPageSearchProjected.new(
  url_id: null,
  url: null,
  title: null,
  comment_count: null
)