Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 780 Bytes

File metadata and controls

28 lines (22 loc) · 780 Bytes

FastCommentsClient::UpdateFeedPostParams

Properties

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]

Example

require 'fastcomments-client'

instance = FastCommentsClient::UpdateFeedPostParams.new(
  title: null,
  content_html: null,
  media: null,
  links: null,
  tags: null,
  meta: null
)