| 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] |
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
)