Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 700 Bytes

File metadata and controls

28 lines (22 loc) · 700 Bytes

FastCommentsClient::BulkAggregateQuestionItem

Properties

Name Type Description Notes
agg_id String
question_id String [optional]
question_ids Array<String> [optional]
url_id String [optional]
time_bucket AggregateTimeBucket [optional]
start_date Time [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::BulkAggregateQuestionItem.new(
  agg_id: null,
  question_id: null,
  question_ids: null,
  url_id: null,
  time_bucket: null,
  start_date: null
)