Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 454 Bytes

File metadata and controls

20 lines (14 loc) · 454 Bytes

FastCommentsClient::AggregateQuestionResultsResponse

Properties

Name Type Description Notes
status APIStatus
data QuestionResultAggregationOverall

Example

require 'fastcomments-client'

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