| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| url | String | ||
| title | String | ||
| create_time | Integer | ||
| created_at | String | ||
| like_count | Integer | ||
| comment_count | Integer | ||
| share_count | Integer | ||
| author | LinkedinSearchPostAuthor |
require 'unifapi'
instance = Unifapi::LinkedinSearchPost.new(
id: null,
url: null,
title: null,
create_time: null,
created_at: null,
like_count: null,
comment_count: null,
share_count: null,
author: null
)