| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | [optional] | |
| content_html | String | [optional] | |
| media | Array<FeedPostMediaItem> | [optional] | |
| links | Array<FeedPostLink> | [optional] | |
| tags | Array<String> | [optional] | |
| meta | Hash<String, String> | Construct a type with a set of properties K of type T | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::UpdateFeedPostParams.new(
title: null,
content_html: null,
media: null,
links: null,
tags: null,
meta: null
)