Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 749 Bytes

File metadata and controls

34 lines (28 loc) · 749 Bytes

Unifapi::LinkedinSearchPost

Properties

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

Example

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
)