Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 475 Bytes

File metadata and controls

26 lines (20 loc) · 475 Bytes

Unifapi::LinkedinInterestCompany

Properties

Name Type Description Notes
id String
name String
follower_count Integer
url String
logo_url String

Example

require 'unifapi'

instance = Unifapi::LinkedinInterestCompany.new(
  id: null,
  name: null,
  follower_count: null,
  url: null,
  logo_url: null
)