Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 737 Bytes

File metadata and controls

28 lines (22 loc) · 737 Bytes

FastCommentsClient::AggregateResponse

Properties

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

Example

require 'fastcomments-client'

instance = FastCommentsClient::AggregateResponse.new(
  status: null,
  data: null,
  stats: null,
  reason: null,
  code: null,
  valid_resource_names: null
)