FastCommentsClient::QuestionResultAggregationOverall
| 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 |
|
|
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
)