Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 944 Bytes

File metadata and controls

32 lines (26 loc) · 944 Bytes

FastCommentsClient::CreateFeedPostParams

Properties

Name Type Description Notes
title String [optional]
content_html String [optional]
media Array<FeedPostMediaItem> [optional]
links Array<FeedPostLink> [optional]
from_user_id String [optional]
from_user_display_name String [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::CreateFeedPostParams.new(
  title: null,
  content_html: null,
  media: null,
  links: null,
  from_user_id: null,
  from_user_display_name: null,
  tags: null,
  meta: null
)