Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 661 Bytes

File metadata and controls

32 lines (26 loc) · 661 Bytes

Unifapi::LinkedinAffiliatedPage

Properties

Name Type Description Notes
id String
name String
universal_name String
linkedin_url String
type String
speciality String
follower_count Integer
logo_url String

Example

require 'unifapi'

instance = Unifapi::LinkedinAffiliatedPage.new(
  id: null,
  name: null,
  universal_name: null,
  linkedin_url: null,
  type: null,
  speciality: null,
  follower_count: null,
  logo_url: null
)