| Name | Type | Description | Notes |
|---|---|---|---|
| status | APIStatus | ||
| feed_posts | Array<FeedPost> | ||
| user | UserSessionInfo | [optional] | |
| url_id_ws | String | [optional] | |
| user_id_ws | String | [optional] | |
| tenant_id_ws | String | [optional] | |
| my_reacts | Hash<String, Hash<String, Boolean>> | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::PublicFeedPostsResponse.new(
status: null,
feed_posts: null,
user: null,
url_id_ws: null,
user_id_ws: null,
tenant_id_ws: null,
my_reacts: null
)