| Name | Type | Description | Notes |
|---|---|---|---|
| query | Array<QueryPredicate> | [optional] | |
| resource_name | String | ||
| group_by | Array<String> | [optional] | |
| operations | Array<AggregationOperation> | ||
| sort | AggregationRequestSort | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::AggregationRequest.new(
query: null,
resource_name: null,
group_by: null,
operations: null,
sort: null
)