Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 373 Bytes

File metadata and controls

18 lines (12 loc) · 373 Bytes

FastCommentsClient::AggregationItem

Properties

Name Type Description Notes
groups Hash<String, String> Construct a type with a set of properties K of type T [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::AggregationItem.new(
  groups: null
)