Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 535 Bytes

File metadata and controls

20 lines (14 loc) · 535 Bytes

FastCommentsClient::BulkAggregateQuestionResultsResponse

Properties

Name Type Description Notes
status APIStatus
data Hash<String, QuestionResultAggregationOverall> Construct a type with a set of properties K of type T

Example

require 'fastcomments-client'

instance = FastCommentsClient::BulkAggregateQuestionResultsResponse.new(
  status: null,
  data: null
)