| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| users | Array<UserSearchResult> |
require 'fastcomments-client'
instance = FastCommentsClient::SearchUsersResponse.new(
status: null,
users: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| users | Array<UserSearchResult> |
require 'fastcomments-client'
instance = FastCommentsClient::SearchUsersResponse.new(
status: null,
users: null
)