| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| data | Hash<String, QuestionResultAggregationOverall> | Construct a type with a set of properties K of type T |
require 'fastcomments-client'
instance = FastCommentsClient::BulkAggregateQuestionResultsResponse.new(
status: null,
data: null
)