FastCommentsClient::AggregationValue
| Name |
Type |
Description |
Notes |
| groups |
Hash<String, String> |
Construct a type with a set of properties K of type T |
[optional] |
| string_value |
String |
|
[optional] |
| numeric_value |
Float |
|
[optional] |
| distinct_count |
Integer |
|
[optional] |
| distinct_counts |
Hash<String, Float> |
Construct a type with a set of properties K of type T |
[optional] |
require 'fastcomments-client'
instance = FastCommentsClient::AggregationValue.new(
groups: null,
string_value: null,
numeric_value: null,
distinct_count: null,
distinct_counts: null
)