Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 514 Bytes

File metadata and controls

22 lines (16 loc) · 514 Bytes

FastCommentsClient::AggregationResponse

Properties

Name Type Description Notes
status APIStatus
data Array<AggregationItem>
stats AggregationResponseStats [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::AggregationResponse.new(
  status: null,
  data: null,
  stats: null
)