Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 464 Bytes

File metadata and controls

20 lines (14 loc) · 464 Bytes

FastCommentsClient::CombineQuestionResultsWithCommentsResponse

Properties

Name Type Description Notes
status APIStatus
data FindCommentsByRangeResponse

Example

require 'fastcomments-client'

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