Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 541 Bytes

File metadata and controls

22 lines (16 loc) · 541 Bytes

FastCommentsClient::SearchUsersResult

Properties

Name Type Description Notes
status APIStatus
sections Array<UserSearchSectionResult> [optional]
users Array<UserSearchResult> [optional]

Example

require 'fastcomments-client'

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