| Name | Type | Description | Notes |
|---|---|---|---|
| text | String | [optional] | |
| title | String | [optional] | |
| description | String | [optional] | |
| url | String | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::FeedPostLink.new(
text: null,
title: null,
description: null,
url: null
)