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