| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | [optional] | |
| url | String | Direct URL to the media | [optional] |
| thumbnail | String | Thumbnail URL (same as url for images) | [optional] |
require 'late-sdk'
instance = Late::AnalyticsSinglePostResponseMediaItemsInner.new(
type: null,
url: null,
thumbnail: null
)