Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 411 Bytes

File metadata and controls

20 lines (14 loc) · 411 Bytes

FastCommentsClient::SearchUsersResponse

Properties

Name Type Description Notes
status APIStatus
users Array<UserSearchResult>

Example

require 'fastcomments-client'

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