Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 755 Bytes

File metadata and controls

34 lines (28 loc) · 755 Bytes

Unifapi::LinkedinContactInfo

Properties

Name Type Description Notes
urn String
public_identifier String
first_name String
last_name String
websites Array<String>
phone_numbers Array<String>
twitter Array<String>
address String
wechat String

Example

require 'unifapi'

instance = Unifapi::LinkedinContactInfo.new(
  urn: null,
  public_identifier: null,
  first_name: null,
  last_name: null,
  websites: null,
  phone_numbers: null,
  twitter: null,
  address: null,
  wechat: null
)