| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| reacts | Hash<String, Hash<String, Boolean>> |
require 'fastcomments-client'
instance = FastCommentsClient::UserReactsResponse.new(
status: null,
reacts: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| reacts | Hash<String, Hash<String, Boolean>> |
require 'fastcomments-client'
instance = FastCommentsClient::UserReactsResponse.new(
status: null,
reacts: null
)