Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 472 Bytes

File metadata and controls

22 lines (16 loc) · 472 Bytes

FastCommentsClient::FeedPostMediaItem

Properties

Name Type Description Notes
title String [optional]
link_url String [optional]
sizes Array<FeedPostMediaItemAsset>

Example

require 'fastcomments-client'

instance = FastCommentsClient::FeedPostMediaItem.new(
  title: null,
  link_url: null,
  sizes: null
)