| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | ||
| publication | String | ||
| description | String | ||
| date | String | ||
| publication_url | String |
require 'unifapi'
instance = Unifapi::LinkedinPublication.new(
title: null,
publication: null,
description: null,
date: null,
publication_url: null
)