| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| data | Array<AggregationItem> | ||
| stats | AggregationResponseStats | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::AggregationResponse.new(
status: null,
data: null,
stats: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| data | Array<AggregationItem> | ||
| stats | AggregationResponseStats | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::AggregationResponse.new(
status: null,
data: null,
stats: null
)