Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 364 Bytes

File metadata and controls

20 lines (14 loc) · 364 Bytes

FastCommentsClient::AggregationResponseStats

Properties

Name Type Description Notes
time_ms Integer
scanned Integer

Example

require 'fastcomments-client'

instance = FastCommentsClient::AggregationResponseStats.new(
  time_ms: null,
  scanned: null
)