Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 700 Bytes

File metadata and controls

26 lines (20 loc) · 700 Bytes

FastCommentsClient::AggregationRequest

Properties

Name Type Description Notes
query Array<QueryPredicate> [optional]
resource_name String
group_by Array<String> [optional]
operations Array<AggregationOperation>
sort AggregationRequestSort [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::AggregationRequest.new(
  query: null,
  resource_name: null,
  group_by: null,
  operations: null,
  sort: null
)