Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 901 Bytes

File metadata and controls

28 lines (22 loc) · 901 Bytes

FastCommentsClient::QuestionResultAggregationOverall

Properties

Name Type Description Notes
data_by_date_bucket Hash<String, QuestionDatum> Construct a type with a set of properties K of type T [optional]
data_by_url_id Hash<String, QuestionDatum> Construct a type with a set of properties K of type T [optional]
counts_by_value Hash<String, Integer> [optional]
total Integer
average Float [optional]
created_at Time

Example

require 'fastcomments-client'

instance = FastCommentsClient::QuestionResultAggregationOverall.new(
  data_by_date_bucket: null,
  data_by_url_id: null,
  counts_by_value: null,
  total: null,
  average: null,
  created_at: null
)