| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| url | String | ||
| duration | String | ||
| like_count | Integer | ||
| comment_count | Integer | ||
| thumbnail_url | String | ||
| created_at | String |
require 'unifapi'
instance = Unifapi::LinkedinUserVideo.new(
id: null,
url: null,
duration: null,
like_count: null,
comment_count: null,
thumbnail_url: null,
created_at: null
)