Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 449 Bytes

File metadata and controls

20 lines (14 loc) · 449 Bytes

FastCommentsClient::SearchUsersSectionedResponse

Properties

Name Type Description Notes
status APIStatus
sections Array<UserSearchSectionResult>

Example

require 'fastcomments-client'

instance = FastCommentsClient::SearchUsersSectionedResponse.new(
  status: null,
  sections: null
)