Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 606 Bytes

File metadata and controls

24 lines (18 loc) · 606 Bytes

FastCommentsClient::AggregationOperation

Properties

Name Type Description Notes
field String The field to operate on
op AggregationOpType
_alias String Optional alias for the output; if not provided, a default alias is computed [optional]
expand_array Boolean [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::AggregationOperation.new(
  field: null,
  op: null,
  _alias: null,
  expand_array: null
)