| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | [optional] | |
| link_url | String | [optional] | |
| sizes | Array<FeedPostMediaItemAsset> |
require 'fastcomments-client'
instance = FastCommentsClient::FeedPostMediaItem.new(
title: null,
link_url: null,
sizes: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | [optional] | |
| link_url | String | [optional] | |
| sizes | Array<FeedPostMediaItemAsset> |
require 'fastcomments-client'
instance = FastCommentsClient::FeedPostMediaItem.new(
title: null,
link_url: null,
sizes: null
)