Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 747 Bytes

File metadata and controls

26 lines (20 loc) · 747 Bytes

FastCommentsClient::AggregationValue

Properties

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]

Example

require 'fastcomments-client'

instance = FastCommentsClient::AggregationValue.new(
  groups: null,
  string_value: null,
  numeric_value: null,
  distinct_count: null,
  distinct_counts: null
)